#08C930

Color #08C930 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #08C930

Tints of Dark Pastel Green #08C930

Color information

#08C930 (or 0x08C930) is unknown color: approx Dark Pastel Green. HEX triplet: 08, C9 and 30. RGB value is (8,201,48). Sum of RGB (Red+Green+Blue) = 8+201+48=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 201 (78.91% from 255 or 78.21% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 201 - color contains mainly: green. Hex color #08C930 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C930 is #F736CF. Grayscale: #7E7E7E. Windows color (decimal): -16201424 or 3197192. OLE color: 3197192.

HSL color Cylindrical-coordinate representation of color #08C930: hue angle of 132.44º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C930 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB820148-
CMYK0.9600.760.21
HSL132.44º92.34%40.98%-
HSV(B)132.44º96.02%78.82%-
XYZ21.5242.049.78-
YUV125.8584.0643.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.11%
GREEN value IS 201 (78.91% from 255) = 78.21%
BLUE value IS 48 (19.14% from 255) = 18.68%
R=3.11%
G=78.21%
B=18.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal8201480.9600.760.21132.4492.3440.98
Hex8C9306004C15845c29
Octal103116014001142520413451
Binary10001100100111000011000000100110010101100001001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08C930; }

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

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

<style>
 a { background-color: #08C930; }

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

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

<style>
 span { border-color: #08C930; }

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

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