#08B026

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

Shades of Dark Pastel Green #08B026

Tints of Dark Pastel Green #08B026

Color information

#08B026 (or 0x08B026) is unknown color: approx Dark Pastel Green. HEX triplet: 08, B0 and 26. RGB value is (8,176,38). Sum of RGB (Red+Green+Blue) = 8+176+38=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 176 (69.14% from 255 or 79.28% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 176 - color contains mainly: green. Hex color #08B026 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08B026 is #F74FD9. Grayscale: #6E6E6E. Windows color (decimal): -16207834 or 2535432. OLE color: 2535432.

HSL color Cylindrical-coordinate representation of color #08B026: hue angle of 130.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08B026 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB817638-
CMYK0.9500.780.31
HSL130.71º91.3%36.08%-
HSV(B)130.71º95.45%69.02%-
XYZ15.9831.247.02-
YUV110.0487.3455.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 176 (69.14% from 255) = 79.28%
BLUE value IS 38 (15.23% from 255) = 17.12%
R=3.60%
G=79.28%
B=17.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8176380.9500.780.31130.7191.336.08
Hex8B0265F04E1F835b24
Octal102604613701163720313344
Binary10001011000010011010111110100111011111100000111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,176,38); }

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

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

 a { background-color: rgb(8,176,38); }

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

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

 span { border-color: rgb(8,176,38); }

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