#08C82B

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

Shades of Dark Pastel Green #08C82B

Tints of Dark Pastel Green #08C82B

Color information

#08C82B (or 0x08C82B) is unknown color: approx Dark Pastel Green. HEX triplet: 08, C8 and 2B. RGB value is (8,200,43). Sum of RGB (Red+Green+Blue) = 8+200+43=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 200 (78.52% from 255 or 79.68% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 200 - color contains mainly: green. Hex color #08C82B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C82B is #F737D4. Grayscale: #7D7D7D. Windows color (decimal): -16201685 or 2869256. OLE color: 2869256.

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

Color convert

RGB820043-
CMYK0.9600.780.22
HSL130.94º92.31%40.78%-
HSV(B)130.94º96%78.43%-
XYZ21.1941.539.19-
YUV124.6981.8944.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.19%
GREEN value IS 200 (78.52% from 255) = 79.68%
BLUE value IS 43 (17.19% from 255) = 17.13%
R=3.19%
G=79.68%
B=17.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal8200430.9600.780.22130.9492.3140.78
Hex8C82B6004E16835c29
Octal103105314001162620313451
Binary10001100100010101111000000100111010110100000111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,200,43); }

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

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

 a { background-color: rgb(8,200,43); }

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

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

 span { border-color: rgb(8,200,43); }

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