Html Css Color HEX #AAEC4B Conifer

📋 copy color: '#AAEC4B'

red 170 ◦ green 236 ◦ blue 75

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

Shades of Conifer #AAEC4B

Tints of Conifer #AAEC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.59%

R = 35.34%
G = 49.06%
B = 15.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#AAEC4B (or 0xAAEC4B) is known color: Conifer. HEX triplet: AA, EC and 4B. RGB value is (170,236,75). Sum of RGB (Red+Green+Blue) = 170+236+75=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEC4B is #5513B4. Grayscale: #C6C6C6. Windows color (decimal): -5575605 or 4975786. OLE color: 4975786.

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

Color convert

RGB 170 236 75 -
CMYK 0.28 0 0.68 0.07
HSL 84.6º 0.81% 0.61% -
HSV(B) 84.6º 0.68% 0.93% -
XYZ 47.84 69.04 17.46 -
YUV 197.91 58.63 108.09 -
System Red Green Blue C M Y K H S L
Decimal 170 236 75 0.28 0 0.68 0.07 84.6 0.81 0.61
Hex AA EC 4B 1C 0 44 7 55 51 3D
Octal 252 354 113 34 0 104 7 125 121 75
Binary 10101010 11101100 1001011 11100 0 1000100 111 1010101 1010001 111101

Color Harmonies of #AAEC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC4B

Black with #AAEC4B

Text Example


Text Example

White with #AAEC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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