#28AA06

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

Shades of Kelly Green #28AA06

Tints of Kelly Green #28AA06

Color information

#28AA06 (or 0x28AA06) is unknown color: approx Kelly Green. HEX triplet: 28, AA and 06. RGB value is (40,170,6). Sum of RGB (Red+Green+Blue) = 40+170+6=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 170 (66.80% from 255 or 78.70% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AA06 is #D755F9. Grayscale: #707070. Windows color (decimal): -14112250 or 436776. OLE color: 436776.

HSL color Cylindrical-coordinate representation of color #28AA06: hue angle of 107.56º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28AA06 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB401706-
CMYK0.7600.960.33
HSL107.56º93.18%34.51%-
HSV(B)107.56º96.47%66.67%-
XYZ15.2829.215.01-
YUV112.4367.9376.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 170 (66.80% from 255) = 78.70%
BLUE value IS 6 (2.73% from 255) = 2.78%
R=18.52%
G=78.70%
B=2.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4017060.7600.960.33107.5693.1834.51
Hex28AA64C060216c5d23
Octal50252611401404115413543
Binary1010001010101011010011000110000010000111011001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,170,6); }

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

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

 a { background-color: rgb(40,170,6); }

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

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

 span { border-color: rgb(40,170,6); }

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