Html Css Color HEX #AAF560 Conifer

📋 copy color: '#AAF560'

red 170 ◦ green 245 ◦ blue 96

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

Shades of Conifer #AAF560

Tints of Conifer #AAF560

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.95%

 BLUE value IS 96 (37.89% from 255) = 18.79%

R = 33.27%
G = 47.95%
B = 18.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#AAF560 (or 0xAAF560) is known color: Conifer. HEX triplet: AA, F5 and 60. RGB value is (170,245,96). Sum of RGB (Red+Green+Blue) = 170+245+96=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF560 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF560 is #550A9F. Grayscale: #CECECE. Windows color (decimal): -5573280 or 6354346. OLE color: 6354346.

HSL color Cylindrical-coordinate representation of color #AAF560: hue angle of 90.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAF560 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 245 96 -
CMYK 0.31 0 0.61 0.04
HSL 90.2º 0.88% 0.67% -
HSV(B) 90.2º 0.61% 0.96% -
XYZ 51.34 74.7 22.78 -
YUV 205.59 66.15 102.62 -
System Red Green Blue C M Y K H S L
Decimal 170 245 96 0.31 0 0.61 0.04 90.2 0.88 0.67
Hex AA F5 60 1F 0 3D 4 5A 58 43
Octal 252 365 140 37 0 75 4 132 130 103
Binary 10101010 11110101 1100000 11111 0 111101 100 1011010 1011000 1000011

Color Harmonies of #AAF560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF560

Black with #AAF560

Text Example


Text Example

White with #AAF560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF560; }

 p { color: rgb(170,245,96); }

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

background-color css

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

 a { background-color: rgb(170,245,96); }

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

border-color css

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

 span { border-color: rgb(170,245,96); }

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