#AFCF48

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

Shades of Conifer #AFCF48

Tints of Conifer #AFCF48

Color information

#AFCF48 (or 0xAFCF48) is unknown color: approx Conifer. HEX triplet: AF, CF and 48. RGB value is (175,207,72). Sum of RGB (Red+Green+Blue) = 175+207+72=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCF48 is #5030B7. Grayscale: #B6B6B6. Windows color (decimal): -5255352 or 4771759. OLE color: 4771759.

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

Color convert

RGB17520772-
CMYK0.1500.650.19
HSL74.22º58.44%54.71%-
HSV(B)74.22º65.22%81.18%-
XYZ41.1654.2114.42-
YUV182.0465.9122.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 207 (81.25% from 255) = 45.59%
BLUE value IS 72 (28.52% from 255) = 15.86%
R=38.55%
G=45.59%
B=15.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal175207720.1500.650.1974.2258.4454.71
HexAFCF48F041134a3a37
Octal257317110170101231127267
Binary10101111110011111001000111101000001100111001010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCF48; }

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

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

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

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

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

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

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

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