Html Css Color HEX #AAFA63 Conifer

📋 copy color: '#AAFA63'

red 170 ◦ green 250 ◦ blue 99

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

Shades of Conifer #AAFA63

Tints of Conifer #AAFA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.08%

R = 32.76%
G = 48.17%
B = 19.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#AAFA63 (or 0xAAFA63) is known color: Conifer. HEX triplet: AA, FA and 63. RGB value is (170,250,99). Sum of RGB (Red+Green+Blue) = 170+250+99=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 99 (39.06% from 255 or 19.08% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA63 is #55059C. Grayscale: #D1D1D1. Windows color (decimal): -5571997 or 6552234. OLE color: 6552234.

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

Color convert

RGB 170 250 99 -
CMYK 0.32 0 0.60 0.02
HSL 91.79º 0.94% 0.68% -
HSV(B) 91.79º 0.6% 0.98% -
XYZ 53.02 77.82 24.03 -
YUV 208.87 66 100.28 -
System Red Green Blue C M Y K H S L
Decimal 170 250 99 0.32 0 0.60 0.02 91.79 0.94 0.68
Hex AA FA 63 20 0 3C 2 5C 5E 44
Octal 252 372 143 40 0 74 2 134 136 104
Binary 10101010 11111010 1100011 100000 0 111100 10 1011100 1011110 1000100

Color Harmonies of #AAFA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA63

Black with #AAFA63

Text Example


Text Example

White with #AAFA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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