Html Css Color HEX #AAF55A Conifer

📋 copy color: '#AAF55A'

red 170 ◦ green 245 ◦ blue 90

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

Shades of Conifer #AAF55A

Tints of Conifer #AAF55A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.51%

 BLUE value IS 90 (35.55% from 255) = 17.82%

R = 33.66%
G = 48.51%
B = 17.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#AAF55A (or 0xAAF55A) is known color: Conifer. HEX triplet: AA, F5 and 5A. RGB value is (170,245,90). Sum of RGB (Red+Green+Blue) = 170+245+90=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF55A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF55A is #550AA5. Grayscale: #CDCDCD. Windows color (decimal): -5573286 or 5961130. OLE color: 5961130.

HSL color Cylindrical-coordinate representation of color #AAF55A: hue angle of 89.03º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAF55A is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 245 90 -
CMYK 0.31 0 0.63 0.04
HSL 89.03º 0.89% 0.66% -
HSV(B) 89.03º 0.63% 0.96% -
XYZ 51.08 74.59 21.38 -
YUV 204.91 63.15 103.1 -
System Red Green Blue C M Y K H S L
Decimal 170 245 90 0.31 0 0.63 0.04 89.03 0.89 0.66
Hex AA F5 5A 1F 0 3F 4 59 59 42
Octal 252 365 132 37 0 77 4 131 131 102
Binary 10101010 11110101 1011010 11111 0 111111 100 1011001 1011001 1000010

Color Harmonies of #AAF55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF55A

Black with #AAF55A

Text Example


Text Example

White with #AAF55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF55A; }

 p { color: rgb(170,245,90); }

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

background-color css

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

 a { background-color: rgb(170,245,90); }

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

border-color css

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

 span { border-color: rgb(170,245,90); }

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