Html Css Color HEX #AAEE6A Conifer

📋 copy color: '#AAEE6A'

red 170 ◦ green 238 ◦ blue 106

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

Shades of Conifer #AAEE6A

Tints of Conifer #AAEE6A

RGB

 RED value IS 170 (66.8% from 255) = 33.07%

 GREEN value IS 238 (93.36% from 255) = 46.3%

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

R = 33.07%
G = 46.3%
B = 20.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#AAEE6A (or 0xAAEE6A) is known color: Conifer. HEX triplet: AA, EE and 6A. RGB value is (170,238,106). Sum of RGB (Red+Green+Blue) = 170+238+106=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEE6A is #551195. Grayscale: #CBCBCB. Windows color (decimal): -5575062 or 7007914. OLE color: 7007914.

HSL color Cylindrical-coordinate representation of color #AAEE6A: hue angle of 90.91º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAEE6A is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 238 106 -
CMYK 0.29 0 0.55 0.07
HSL 90.91º 0.8% 0.67% -
HSV(B) 90.91º 0.55% 0.93% -
XYZ 49.75 70.74 24.67 -
YUV 202.62 73.47 104.73 -
System Red Green Blue C M Y K H S L
Decimal 170 238 106 0.29 0 0.55 0.07 90.91 0.8 0.67
Hex AA EE 6A 1D 0 37 7 5B 50 43
Octal 252 356 152 35 0 67 7 133 120 103
Binary 10101010 11101110 1101010 11101 0 110111 111 1011011 1010000 1000011

Color Harmonies of #AAEE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEE6A

Black with #AAEE6A

Text Example


Text Example

White with #AAEE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEE6A; }

 p { color: rgb(170,238,106); }

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

background-color css

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

 a { background-color: rgb(170,238,106); }

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

border-color css

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

 span { border-color: rgb(170,238,106); }

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