#AFD968

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

Shades of Conifer #AFD968

Tints of Conifer #AFD968

Color information

#AFD968 (or 0xAFD968) is unknown color: approx Conifer. HEX triplet: AF, D9 and 68. RGB value is (175,217,104). Sum of RGB (Red+Green+Blue) = 175+217+104=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD968 is #502697. Grayscale: #BFBFBF. Windows color (decimal): -5252760 or 6871471. OLE color: 6871471.

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

Color convert

RGB175217104-
CMYK0.1900.520.15
HSL82.3º59.79%62.94%-
HSV(B)82.3º52.07%85.1%-
XYZ44.9959.7422.26-
YUV191.5678.59116.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 217 (85.16% from 255) = 43.75%
BLUE value IS 104 (41.02% from 255) = 20.97%
R=35.28%
G=43.75%
B=20.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171040.1900.520.1582.359.7962.94
HexAFD96813034F523c3f
Octal25733115023064171227477
Binary1010111111011001110100010011011010011111010010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD968; }

 p { color: rgb(175,217,104); }

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

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

 a { background-color: rgb(175,217,104); }

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

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

 span { border-color: rgb(175,217,104); }

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