#AFCF61

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

Shades of Conifer #AFCF61

Tints of Conifer #AFCF61

Color information

#AFCF61 (or 0xAFCF61) is unknown color: approx Conifer. HEX triplet: AF, CF and 61. RGB value is (175,207,97). Sum of RGB (Red+Green+Blue) = 175+207+97=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCF61 is #50309E. Grayscale: #B9B9B9. Windows color (decimal): -5255327 or 6410159. OLE color: 6410159.

HSL color Cylindrical-coordinate representation of color #AFCF61: hue angle of 77.45º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFCF61 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB17520797-
CMYK0.1500.530.19
HSL77.45º53.4%59.61%-
HSV(B)77.45º53.14%81.18%-
XYZ42.1554.619.63-
YUV184.8978.4120.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 207 (81.25% from 255) = 43.22%
BLUE value IS 97 (38.28% from 255) = 20.25%
R=36.53%
G=43.22%
B=20.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal175207970.1500.530.1977.4553.459.61
HexAFCF61F035134d353c
Octal25731714117065231156574
Binary1010111111001111110000111110110101100111001101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCF61; }

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

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

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

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

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

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

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

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