#30AE08

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

Shades of Kelly Green #30AE08

Tints of Kelly Green #30AE08

Color information

#30AE08 (or 0x30AE08) is unknown color: approx Kelly Green. HEX triplet: 30, AE and 08. RGB value is (48,174,8). Sum of RGB (Red+Green+Blue) = 48+174+8=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 174 (68.36% from 255 or 75.65% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AE08 is #CF51F7. Grayscale: #757575. Windows color (decimal): -13586936 or 568880. OLE color: 568880.

HSL color Cylindrical-coordinate representation of color #30AE08: hue angle of 105.54º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30AE08 is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB481748-
CMYK0.7200.950.32
HSL105.54º91.21%35.69%-
HSV(B)105.54º95.4%68.24%-
XYZ16.430.925.33-
YUV117.466.2678.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 174 (68.36% from 255) = 75.65%
BLUE value IS 8 (3.52% from 255) = 3.48%
R=20.87%
G=75.65%
B=3.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4817480.7200.950.32105.5491.2135.69
Hex30AE84805F206a5b24
Octal602561011001374015213344
Binary11000010101110100010010000101111110000011010101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,174,8); }

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

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

 a { background-color: rgb(48,174,8); }

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

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

 span { border-color: rgb(48,174,8); }

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