#30AC14

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

Shades of Kelly Green #30AC14

Tints of Kelly Green #30AC14

Color information

#30AC14 (or 0x30AC14) is unknown color: approx Kelly Green. HEX triplet: 30, AC and 14. RGB value is (48,172,20). Sum of RGB (Red+Green+Blue) = 48+172+20=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 172 (67.58% from 255 or 71.67% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AC14 is #CF53EB. Grayscale: #767676. Windows color (decimal): -13587436 or 1354800. OLE color: 1354800.

HSL color Cylindrical-coordinate representation of color #30AC14: hue angle of 108.95º 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 #30AC14 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB4817220-
CMYK0.7200.880.33
HSL108.95º79.17%37.65%-
HSV(B)108.95º88.37%67.45%-
XYZ16.130.185.64-
YUV117.672.9278.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 172 (67.58% from 255) = 71.67%
BLUE value IS 20 (8.20% from 255) = 8.33%
R=20%
G=71.67%
B=8.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48172200.7200.880.33108.9579.1737.65
Hex30AC1448058216d4f26
Octal602542411001304115511746
Binary110000101011001010010010000101100010000111011011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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