Html Css Color HEX #AEE640 Conifer

📋 copy color: '#AEE640'

red 174 ◦ green 230 ◦ blue 64

#AEE640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AEE640

Tints of Conifer #AEE640

RGB

 RED value IS 174 (68.36% from 255) = 37.18%

 GREEN value IS 230 (90.23% from 255) = 49.15%

 BLUE value IS 64 (25.39% from 255) = 13.68%

R = 37.18%
G = 49.15%
B = 13.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AEE640 (or 0xAEE640) is known color: Conifer. HEX triplet: AE, E6 and 40. RGB value is (174,230,64). Sum of RGB (Red+Green+Blue) = 174+230+64=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 230 (90.23% from 255 or 49.15% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE640 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE640 is #5119BF. Grayscale: #C2C2C2. Windows color (decimal): -5315008 or 4253358. OLE color: 4253358.

HSL color Cylindrical-coordinate representation of color #AEE640: hue angle of 80.24º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AEE640 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 230 64 -
CMYK 0.24 0 0.72 0.10
HSL 80.24º 0.77% 0.58% -
HSV(B) 80.24º 0.72% 0.9% -
XYZ 46.68 65.96 15.12 -
YUV 194.33 54.45 113.5 -
System Red Green Blue C M Y K H S L
Decimal 174 230 64 0.24 0 0.72 0.10 80.24 0.77 0.58
Hex AE E6 40 18 0 48 A 50 4D 3A
Octal 256 346 100 30 0 110 12 120 115 72
Binary 10101110 11100110 1000000 11000 0 1001000 1010 1010000 1001101 111010

Color Harmonies of #AEE640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE640

Black with #AEE640

Text Example


Text Example

White with #AEE640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE640; }

 p { color: rgb(174,230,64); }

 H1.HeaderClassName
 {
   color: #AEE640;
 }
 .AnyTagClassName
 {
   color: #AEE640;
 }
</style>

background-color css

<style>
 a { background-color: #AEE640; }

 a { background-color: rgb(174,230,64); }

 div.DivClassName
 {
   background-color: #AEE640;
 }
 .BgClassName
 {
   background-color: #AEE640;
 }
</style>

border-color css

<style>
 span { border-color: #AEE640; }

 span { border-color: rgb(174,230,64); }

 td.TdClassName
 {
   border-color: #AEE640;
 }
 .TagClassName
 {
   border-color: #AEE640;
 }
</style>