Html Css Color HEX #AAEC4D Conifer

📋 copy color: '#AAEC4D'

red 170 ◦ green 236 ◦ blue 77

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

Shades of Conifer #AAEC4D

Tints of Conifer #AAEC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.94%

R = 35.2%
G = 48.86%
B = 15.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#AAEC4D (or 0xAAEC4D) is known color: Conifer. HEX triplet: AA, EC and 4D. RGB value is (170,236,77). Sum of RGB (Red+Green+Blue) = 170+236+77=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC4D is #5513B2. Grayscale: #C6C6C6. Windows color (decimal): -5575603 or 5106858. OLE color: 5106858.

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

Color convert

RGB 170 236 77 -
CMYK 0.28 0 0.67 0.07
HSL 84.91º 0.81% 0.61% -
HSV(B) 84.91º 0.67% 0.93% -
XYZ 47.91 69.07 17.83 -
YUV 198.14 59.63 107.93 -
System Red Green Blue C M Y K H S L
Decimal 170 236 77 0.28 0 0.67 0.07 84.91 0.81 0.61
Hex AA EC 4D 1C 0 43 7 55 51 3D
Octal 252 354 115 34 0 103 7 125 121 75
Binary 10101010 11101100 1001101 11100 0 1000011 111 1010101 1010001 111101

Color Harmonies of #AAEC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC4D

Black with #AAEC4D

Text Example


Text Example

White with #AAEC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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