Html Css Color HEX #AAF063 Conifer

📋 copy color: '#AAF063'

red 170 ◦ green 240 ◦ blue 99

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

Shades of Conifer #AAF063

Tints of Conifer #AAF063

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.15%

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

R = 33.4%
G = 47.15%
B = 19.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#AAF063 (or 0xAAF063) is known color: Conifer. HEX triplet: AA, F0 and 63. RGB value is (170,240,99). Sum of RGB (Red+Green+Blue) = 170+240+99=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF063 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF063 is #550F9C. Grayscale: #CBCBCB. Windows color (decimal): -5574557 or 6549674. OLE color: 6549674.

HSL color Cylindrical-coordinate representation of color #AAF063: hue angle of 89.79º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAF063 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 99 -
CMYK 0.29 0 0.59 0.06
HSL 89.79º 0.82% 0.66% -
HSV(B) 89.79º 0.59% 0.94% -
XYZ 49.99 71.77 23.02 -
YUV 203 69.31 104.46 -
System Red Green Blue C M Y K H S L
Decimal 170 240 99 0.29 0 0.59 0.06 89.79 0.82 0.66
Hex AA F0 63 1D 0 3B 6 5A 52 42
Octal 252 360 143 35 0 73 6 132 122 102
Binary 10101010 11110000 1100011 11101 0 111011 110 1011010 1010010 1000010

Color Harmonies of #AAF063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF063

Black with #AAF063

Text Example


Text Example

White with #AAF063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF063; }

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

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

background-color css

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

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

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

border-color css

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

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

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