#28AF0C

Color #28AF0C Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #28AF0C

Tints of Kelly Green #28AF0C

Color information

#28AF0C (or 0x28AF0C) is unknown color: approx Kelly Green. HEX triplet: 28, AF and 0C. RGB value is (40,175,12). Sum of RGB (Red+Green+Blue) = 40+175+12=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 175 (68.75% from 255 or 77.09% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AF0C is #D750F3. Grayscale: #747474. Windows color (decimal): -14110964 or 831272. OLE color: 831272.

HSL color Cylindrical-coordinate representation of color #28AF0C: hue angle of 109.69º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28AF0C is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB4017512-
CMYK0.7700.930.31
HSL109.69º87.17%36.67%-
HSV(B)109.69º93.14%68.63%-
XYZ16.2731.145.5-
YUV116.0569.2773.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 175 (68.75% from 255) = 77.09%
BLUE value IS 12 (5.08% from 255) = 5.29%
R=17.62%
G=77.09%
B=5.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40175120.7700.930.31109.6987.1736.67
Hex28AFC4D05D1F6e5725
Octal502571411501353715612745
Binary1010001010111111001001101010111011111111011101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28AF0C; }

 p { color: rgb(40,175,12); }

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

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

 a { background-color: rgb(40,175,12); }

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

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

 span { border-color: rgb(40,175,12); }

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