#30AA14

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

Shades of Kelly Green #30AA14

Tints of Kelly Green #30AA14

Color information

#30AA14 (or 0x30AA14) is unknown color: approx Kelly Green. HEX triplet: 30, AA and 14. RGB value is (48,170,20). Sum of RGB (Red+Green+Blue) = 48+170+20=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 170 (66.80% from 255 or 71.43% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AA14 is #CF55EB. Grayscale: #747474. Windows color (decimal): -13587948 or 1354288. OLE color: 1354288.

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

Color convert

RGB4817020-
CMYK0.7200.880.33
HSL108.8º78.95%37.25%-
HSV(B)108.8º88.24%66.67%-
XYZ15.7229.435.51-
YUV116.4273.5879.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.17%
GREEN value IS 170 (66.80% from 255) = 71.43%
BLUE value IS 20 (8.20% from 255) = 8.40%
R=20.17%
G=71.43%
B=8.40%

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
Decimal48170200.7200.880.33108.878.9537.25
Hex30AA1448058216d4f25
Octal602522411001304115511745
Binary110000101010101010010010000101100010000111011011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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