Html Css Color HEX #AEE86A Conifer

📋 copy color: '#AEE86A'

red 174 ◦ green 232 ◦ blue 106

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

Shades of Conifer #AEE86A

Tints of Conifer #AEE86A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.31%

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

R = 33.98%
G = 45.31%
B = 20.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#AEE86A (or 0xAEE86A) is known color: Conifer. HEX triplet: AE, E8 and 6A. RGB value is (174,232,106). Sum of RGB (Red+Green+Blue) = 174+232+106=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE86A is #511795. Grayscale: #C8C8C8. Windows color (decimal): -5314454 or 7006382. OLE color: 7006382.

HSL color Cylindrical-coordinate representation of color #AEE86A: hue angle of 87.62º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEE86A is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 232 106 -
CMYK 0.25 0 0.54 0.09
HSL 87.62º 0.73% 0.66% -
HSV(B) 87.62º 0.54% 0.91% -
XYZ 48.91 67.75 24.14 -
YUV 200.29 74.78 109.25 -
System Red Green Blue C M Y K H S L
Decimal 174 232 106 0.25 0 0.54 0.09 87.62 0.73 0.66
Hex AE E8 6A 19 0 36 9 58 49 42
Octal 256 350 152 31 0 66 11 130 111 102
Binary 10101110 11101000 1101010 11001 0 110110 1001 1011000 1001001 1000010

Color Harmonies of #AEE86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE86A

Black with #AEE86A

Text Example


Text Example

White with #AEE86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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