Html Css Color HEX #AEE066 Conifer

📋 copy color: '#AEE066'

red 174 ◦ green 224 ◦ blue 102

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

Shades of Conifer #AEE066

Tints of Conifer #AEE066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.4%

R = 34.8%
G = 44.8%
B = 20.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#AEE066 (or 0xAEE066) is known color: Conifer. HEX triplet: AE, E0 and 66. RGB value is (174,224,102). Sum of RGB (Red+Green+Blue) = 174+224+102=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE066 is #511F99. Grayscale: #C3C3C3. Windows color (decimal): -5316506 or 6742190. OLE color: 6742190.

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

Color convert

RGB 174 224 102 -
CMYK 0.22 0 0.54 0.12
HSL 84.59º 0.66% 0.64% -
HSV(B) 84.59º 0.54% 0.88% -
XYZ 46.51 63.27 22.33 -
YUV 195.14 75.44 112.92 -
System Red Green Blue C M Y K H S L
Decimal 174 224 102 0.22 0 0.54 0.12 84.59 0.66 0.64
Hex AE E0 66 16 0 36 C 55 42 40
Octal 256 340 146 26 0 66 14 125 102 100
Binary 10101110 11100000 1100110 10110 0 110110 1100 1010101 1000010 1000000

Color Harmonies of #AEE066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE066

Black with #AEE066

Text Example


Text Example

White with #AEE066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE066; }

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

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

background-color css

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

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

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

border-color css

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

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

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