#33AC14

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

Shades of Kelly Green #33AC14

Tints of Kelly Green #33AC14

Color information

#33AC14 (or 0x33AC14) is unknown color: approx Kelly Green. HEX triplet: 33, AC and 14. RGB value is (51,172,20). Sum of RGB (Red+Green+Blue) = 51+172+20=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 172 (67.58% from 255 or 70.78% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 172 - color contains mainly: green. Hex color #33AC14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33AC14 is #CC53EB. Grayscale: #767676. Windows color (decimal): -13390828 or 1354803. OLE color: 1354803.

HSL color Cylindrical-coordinate representation of color #33AC14: hue angle of 107.76º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33AC14 is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB5117220-
CMYK0.7000.880.33
HSL107.76º79.17%37.65%-
HSV(B)107.76º88.37%67.45%-
XYZ16.2430.265.65-
YUV118.4972.4179.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.99%
GREEN value IS 172 (67.58% from 255) = 70.78%
BLUE value IS 20 (8.20% from 255) = 8.23%
R=20.99%
G=70.78%
B=8.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51172200.7000.880.33107.7679.1737.65
Hex33AC1446058216c4f26
Octal632542410601304115411746
Binary110011101011001010010001100101100010000111011001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33AC14; }

 p { color: rgb(51,172,20); }

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

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

 a { background-color: rgb(51,172,20); }

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

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

 span { border-color: rgb(51,172,20); }

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