Html Css Color HEX #AEE86C Conifer

📋 copy color: '#AEE86C'

red 174 ◦ green 232 ◦ blue 108

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

Shades of Conifer #AEE86C

Tints of Conifer #AEE86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.01%

R = 33.85%
G = 45.14%
B = 21.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#AEE86C (or 0xAEE86C) is known color: Conifer. HEX triplet: AE, E8 and 6C. RGB value is (174,232,108). Sum of RGB (Red+Green+Blue) = 174+232+108=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE86C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE86C is #511793. Grayscale: #C8C8C8. Windows color (decimal): -5314452 or 7137454. OLE color: 7137454.

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

Color convert

RGB 174 232 108 -
CMYK 0.25 0 0.53 0.09
HSL 88.06º 0.73% 0.67% -
HSV(B) 88.06º 0.53% 0.91% -
XYZ 49.02 67.79 24.69 -
YUV 200.52 75.78 109.08 -
System Red Green Blue C M Y K H S L
Decimal 174 232 108 0.25 0 0.53 0.09 88.06 0.73 0.67
Hex AE E8 6C 19 0 35 9 58 49 43
Octal 256 350 154 31 0 65 11 130 111 103
Binary 10101110 11101000 1101100 11001 0 110101 1001 1011000 1001001 1000011

Color Harmonies of #AEE86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE86C

Black with #AEE86C

Text Example


Text Example

White with #AEE86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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