#AFF961

Color #AFF961 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AFF961

Tints of Conifer #AFF961

Color information

#AFF961 (or 0xAFF961) is unknown color: approx Conifer. HEX triplet: AF, F9 and 61. RGB value is (175,249,97). Sum of RGB (Red+Green+Blue) = 175+249+97=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF961 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF961 is #50069E. Grayscale: #D2D2D2. Windows color (decimal): -5244575 or 6420911. OLE color: 6420911.

HSL color Cylindrical-coordinate representation of color #AFF961: hue angle of 89.21º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFF961 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB17524997-
CMYK0.3000.610.02
HSL89.21º92.68%67.84%-
HSV(B)89.21º61.04%97.65%-
XYZ53.7177.7323.48-
YUV209.5564.48103.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 249 (97.66% from 255) = 47.79%
BLUE value IS 97 (38.28% from 255) = 18.62%
R=33.59%
G=47.79%
B=18.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal175249970.3000.610.0289.2192.6867.84
HexAFF9611E03D2595d44
Octal257371141360752131135104
Binary1010111111111001110000111110011110110101100110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF961; }

 p { color: rgb(175,249,97); }

 H1.HeaderClassName
 {
   color: #AFF961;
 }
 .AnyTagClassName
 {
   color: #AFF961;
 }
</style>
background-color css

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

 a { background-color: rgb(175,249,97); }

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

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

 span { border-color: rgb(175,249,97); }

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