Html Css Color HEX #AAF45A Conifer

📋 copy color: '#AAF45A'

red 170 ◦ green 244 ◦ blue 90

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

Shades of Conifer #AAF45A

Tints of Conifer #AAF45A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.41%

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

R = 33.73%
G = 48.41%
B = 17.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#AAF45A (or 0xAAF45A) is known color: Conifer. HEX triplet: AA, F4 and 5A. RGB value is (170,244,90). Sum of RGB (Red+Green+Blue) = 170+244+90=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 244 (95.70% from 255 or 48.41% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF45A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF45A is #550BA5. Grayscale: #CCCCCC. Windows color (decimal): -5573542 or 5960874. OLE color: 5960874.

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

Color convert

RGB 170 244 90 -
CMYK 0.30 0 0.63 0.04
HSL 88.83º 0.88% 0.65% -
HSV(B) 88.83º 0.63% 0.96% -
XYZ 50.77 73.99 21.28 -
YUV 204.32 63.48 103.52 -
System Red Green Blue C M Y K H S L
Decimal 170 244 90 0.30 0 0.63 0.04 88.83 0.88 0.65
Hex AA F4 5A 1E 0 3F 4 59 58 41
Octal 252 364 132 36 0 77 4 131 130 101
Binary 10101010 11110100 1011010 11110 0 111111 100 1011001 1011000 1000001

Color Harmonies of #AAF45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF45A

Black with #AAF45A

Text Example


Text Example

White with #AAF45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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