Html Css Color HEX #AAEC6B Conifer

📋 copy color: '#AAEC6B'

red 170 ◦ green 236 ◦ blue 107

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

Shades of Conifer #AAEC6B

Tints of Conifer #AAEC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.86%

R = 33.14%
G = 46%
B = 20.86%

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

#AAEC6B (or 0xAAEC6B) is known color: Conifer. HEX triplet: AA, EC and 6B. RGB value is (170,236,107). Sum of RGB (Red+Green+Blue) = 170+236+107=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC6B is #551394. Grayscale: #CACACA. Windows color (decimal): -5575573 or 7072938. OLE color: 7072938.

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

Color convert

RGB 170 236 107 -
CMYK 0.28 0 0.55 0.07
HSL 90.7º 0.77% 0.67% -
HSV(B) 90.7º 0.55% 0.93% -
XYZ 49.23 69.6 24.75 -
YUV 201.56 74.63 105.49 -
System Red Green Blue C M Y K H S L
Decimal 170 236 107 0.28 0 0.55 0.07 90.7 0.77 0.67
Hex AA EC 6B 1C 0 37 7 5B 4D 43
Octal 252 354 153 34 0 67 7 133 115 103
Binary 10101010 11101100 1101011 11100 0 110111 111 1011011 1001101 1000011

Color Harmonies of #AAEC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC6B

Black with #AAEC6B

Text Example


Text Example

White with #AAEC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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