Html Css Color HEX #AEE04C Conifer

📋 copy color: '#AEE04C'

red 174 ◦ green 224 ◦ blue 76

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

Shades of Conifer #AEE04C

Tints of Conifer #AEE04C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.26%

 BLUE value IS 76 (30.08% from 255) = 16.03%

R = 36.71%
G = 47.26%
B = 16.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#AEE04C (or 0xAEE04C) is known color: Conifer. HEX triplet: AE, E0 and 4C. RGB value is (174,224,76). Sum of RGB (Red+Green+Blue) = 174+224+76=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE04C is #511FB3. Grayscale: #C0C0C0. Windows color (decimal): -5316532 or 5038254. OLE color: 5038254.

HSL color Cylindrical-coordinate representation of color #AEE04C: hue angle of 80.27º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEE04C is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 224 76 -
CMYK 0.22 0 0.66 0.12
HSL 80.27º 0.7% 0.59% -
HSV(B) 80.27º 0.66% 0.88% -
XYZ 45.42 62.83 16.57 -
YUV 192.18 62.44 115.03 -
System Red Green Blue C M Y K H S L
Decimal 174 224 76 0.22 0 0.66 0.12 80.27 0.7 0.59
Hex AE E0 4C 16 0 42 C 50 46 3B
Octal 256 340 114 26 0 102 14 120 106 73
Binary 10101110 11100000 1001100 10110 0 1000010 1100 1010000 1000110 111011

Color Harmonies of #AEE04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE04C

Black with #AEE04C

Text Example


Text Example

White with #AEE04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE04C; }

 p { color: rgb(174,224,76); }

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

background-color css

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

 a { background-color: rgb(174,224,76); }

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

border-color css

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

 span { border-color: rgb(174,224,76); }

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