Html Css Color HEX #AAFA5B Conifer

📋 copy color: '#AAFA5B'

red 170 ◦ green 250 ◦ blue 91

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

Shades of Conifer #AAFA5B

Tints of Conifer #AAFA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.81%

R = 33.27%
G = 48.92%
B = 17.81%

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

#AAFA5B (or 0xAAFA5B) is known color: Conifer. HEX triplet: AA, FA and 5B. RGB value is (170,250,91). Sum of RGB (Red+Green+Blue) = 170+250+91=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA5B is #5505A4. Grayscale: #D0D0D0. Windows color (decimal): -5572005 or 6027946. OLE color: 6027946.

HSL color Cylindrical-coordinate representation of color #AAFA5B: hue angle of 90.19º 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 #AAFA5B is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 91 -
CMYK 0.32 0 0.64 0.02
HSL 90.19º 0.94% 0.67% -
HSV(B) 90.19º 0.64% 0.98% -
XYZ 52.65 77.67 22.11 -
YUV 207.95 62 100.93 -
System Red Green Blue C M Y K H S L
Decimal 170 250 91 0.32 0 0.64 0.02 90.19 0.94 0.67
Hex AA FA 5B 20 0 40 2 5A 5E 43
Octal 252 372 133 40 0 100 2 132 136 103
Binary 10101010 11111010 1011011 100000 0 1000000 10 1011010 1011110 1000011

Color Harmonies of #AAFA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA5B

Black with #AAFA5B

Text Example


Text Example

White with #AAFA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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