Html Css Color HEX #AAFA5A Conifer

📋 copy color: '#AAFA5A'

red 170 ◦ green 250 ◦ blue 90

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

Shades of Conifer #AAFA5A

Tints of Conifer #AAFA5A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.02%

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

R = 33.33%
G = 49.02%
B = 17.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#AAFA5A (or 0xAAFA5A) is known color: Conifer. HEX triplet: AA, FA and 5A. RGB value is (170,250,90). Sum of RGB (Red+Green+Blue) = 170+250+90=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA5A is #5505A5. Grayscale: #D0D0D0. Windows color (decimal): -5572006 or 5962410. OLE color: 5962410.

HSL color Cylindrical-coordinate representation of color #AAFA5A: hue angle of 90º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAFA5A is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 90 -
CMYK 0.32 0 0.64 0.02
HSL 90º 0.94% 0.67% -
HSV(B) 90º 0.64% 0.98% -
XYZ 52.61 77.66 21.89 -
YUV 207.84 61.5 101.01 -
System Red Green Blue C M Y K H S L
Decimal 170 250 90 0.32 0 0.64 0.02 90 0.94 0.67
Hex AA FA 5A 20 0 40 2 5A 5E 43
Octal 252 372 132 40 0 100 2 132 136 103
Binary 10101010 11111010 1011010 100000 0 1000000 10 1011010 1011110 1000011

Color Harmonies of #AAFA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA5A

Black with #AAFA5A

Text Example


Text Example

White with #AAFA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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