Html Css Color HEX #AAF963 Conifer

📋 copy color: '#AAF963'

red 170 ◦ green 249 ◦ blue 99

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

Shades of Conifer #AAF963

Tints of Conifer #AAF963

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.07%

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

R = 32.82%
G = 48.07%
B = 19.11%

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

#AAF963 (or 0xAAF963) is known color: Conifer. HEX triplet: AA, F9 and 63. RGB value is (170,249,99). Sum of RGB (Red+Green+Blue) = 170+249+99=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF963 is #55069C. Grayscale: #D0D0D0. Windows color (decimal): -5572253 or 6551978. OLE color: 6551978.

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

Color convert

RGB 170 249 99 -
CMYK 0.32 0 0.60 0.02
HSL 91.6º 0.93% 0.68% -
HSV(B) 91.6º 0.6% 0.98% -
XYZ 52.71 77.2 23.93 -
YUV 208.28 66.33 100.7 -
System Red Green Blue C M Y K H S L
Decimal 170 249 99 0.32 0 0.60 0.02 91.6 0.93 0.68
Hex AA F9 63 20 0 3C 2 5C 5D 44
Octal 252 371 143 40 0 74 2 134 135 104
Binary 10101010 11111001 1100011 100000 0 111100 10 1011100 1011101 1000100

Color Harmonies of #AAF963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF963

Black with #AAF963

Text Example


Text Example

White with #AAF963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF963; }

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

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

background-color css

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

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

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

border-color css

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

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

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