Html Css Color HEX #AEE06A Conifer

📋 copy color: '#AEE06A'

red 174 ◦ green 224 ◦ blue 106

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

Shades of Conifer #AEE06A

Tints of Conifer #AEE06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.03%

R = 34.52%
G = 44.44%
B = 21.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#AEE06A (or 0xAEE06A) is known color: Conifer. HEX triplet: AE, E0 and 6A. RGB value is (174,224,106). Sum of RGB (Red+Green+Blue) = 174+224+106=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE06A is #511F95. Grayscale: #C4C4C4. Windows color (decimal): -5316502 or 7004334. OLE color: 7004334.

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

Color convert

RGB 174 224 106 -
CMYK 0.22 0 0.53 0.12
HSL 85.42º 0.66% 0.65% -
HSV(B) 85.42º 0.53% 0.88% -
XYZ 46.71 63.35 23.4 -
YUV 195.6 77.44 112.59 -
System Red Green Blue C M Y K H S L
Decimal 174 224 106 0.22 0 0.53 0.12 85.42 0.66 0.65
Hex AE E0 6A 16 0 35 C 55 42 41
Octal 256 340 152 26 0 65 14 125 102 101
Binary 10101110 11100000 1101010 10110 0 110101 1100 1010101 1000010 1000001

Color Harmonies of #AEE06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE06A

Black with #AEE06A

Text Example


Text Example

White with #AEE06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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