Html Css Color HEX #AAEC6A Conifer

📋 copy color: '#AAEC6A'

red 170 ◦ green 236 ◦ blue 106

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

Shades of Conifer #AAEC6A

Tints of Conifer #AAEC6A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.09%

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

R = 33.2%
G = 46.09%
B = 20.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#AAEC6A (or 0xAAEC6A) is known color: Conifer. HEX triplet: AA, EC and 6A. RGB value is (170,236,106). Sum of RGB (Red+Green+Blue) = 170+236+106=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC6A is #551395. Grayscale: #C9C9C9. Windows color (decimal): -5575574 or 7007402. OLE color: 7007402.

HSL color Cylindrical-coordinate representation of color #AAEC6A: hue angle of 90.46º degrees, saturation: 0.77, 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 #AAEC6A is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 106 -
CMYK 0.28 0 0.55 0.07
HSL 90.46º 0.77% 0.67% -
HSV(B) 90.46º 0.55% 0.93% -
XYZ 49.17 69.58 24.47 -
YUV 201.45 74.13 105.57 -
System Red Green Blue C M Y K H S L
Decimal 170 236 106 0.28 0 0.55 0.07 90.46 0.77 0.67
Hex AA EC 6A 1C 0 37 7 5A 4D 43
Octal 252 354 152 34 0 67 7 132 115 103
Binary 10101010 11101100 1101010 11100 0 110111 111 1011010 1001101 1000011

Color Harmonies of #AAEC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC6A

Black with #AAEC6A

Text Example


Text Example

White with #AAEC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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