Html Css Color HEX #AEE96A Conifer

📋 copy color: '#AEE96A'

red 174 ◦ green 233 ◦ blue 106

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

Shades of Conifer #AEE96A

Tints of Conifer #AEE96A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.42%

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

R = 33.92%
G = 45.42%
B = 20.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#AEE96A (or 0xAEE96A) is known color: Conifer. HEX triplet: AE, E9 and 6A. RGB value is (174,233,106). Sum of RGB (Red+Green+Blue) = 174+233+106=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE96A is #511695. Grayscale: #C9C9C9. Windows color (decimal): -5314198 or 7006638. OLE color: 7006638.

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

Color convert

RGB 174 233 106 -
CMYK 0.25 0 0.55 0.09
HSL 87.87º 0.74% 0.66% -
HSV(B) 87.87º 0.55% 0.91% -
XYZ 49.2 68.32 24.23 -
YUV 200.88 74.45 108.83 -
System Red Green Blue C M Y K H S L
Decimal 174 233 106 0.25 0 0.55 0.09 87.87 0.74 0.66
Hex AE E9 6A 19 0 37 9 58 4A 42
Octal 256 351 152 31 0 67 11 130 112 102
Binary 10101110 11101001 1101010 11001 0 110111 1001 1011000 1001010 1000010

Color Harmonies of #AEE96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE96A

Black with #AEE96A

Text Example


Text Example

White with #AEE96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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