#afd262

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

Shades of Conifer #AFD262

Tints of Conifer #AFD262

Color information

#AFD262 (or 0xAFD262) is unknown color: approx Conifer. HEX triplet: AF, D2 and 62. RGB value is (175,210,98). Sum of RGB (Red+Green+Blue) = 175+210+98=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD262 is #502D9D. Grayscale: #BBBBBB. Windows color (decimal): -5254558 or 6476463. OLE color: 6476463.

HSL color Cylindrical-coordinate representation of color #AFD262: hue angle of 78.75º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFD262 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB17521098-
CMYK0.1700.530.18
HSL78.75º55.45%60.39%-
HSV(B)78.75º53.33%82.35%-
XYZ42.9356.0920.12-
YUV186.7777.9119.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 210 (82.42% from 255) = 43.48%
BLUE value IS 98 (38.67% from 255) = 20.29%
R=36.23%
G=43.48%
B=20.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175210980.1700.530.1878.7555.4560.39
HexAFD26211035124f373c
Octal25732214221065221176774
Binary10101111110100101100010100010110101100101001111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afd262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afd262; }

 p { color: rgb(175,210,98); }

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

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

 a { background-color: rgb(175,210,98); }

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

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

 span { border-color: rgb(175,210,98); }

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