#08C54B

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

Shades of Dark Pastel Green #08C54B

Tints of Dark Pastel Green #08C54B

Color information

#08C54B (or 0x08C54B) is unknown color: approx Dark Pastel Green. HEX triplet: 08, C5 and 4B. RGB value is (8,197,75). Sum of RGB (Red+Green+Blue) = 8+197+75=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 197 (77.34% from 255 or 70.36% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 197 - color contains mainly: green. Hex color #08C54B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C54B is #F73AB4. Grayscale: #7E7E7E. Windows color (decimal): -16202421 or 4965640. OLE color: 4965640.

HSL color Cylindrical-coordinate representation of color #08C54B: hue angle of 141.27º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C54B is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB819775-
CMYK0.9600.620.23
HSL141.27º92.2%40.2%-
HSV(B)141.27º95.94%77.25%-
XYZ21.3440.4913.35-
YUV126.5898.8843.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.86%
GREEN value IS 197 (77.34% from 255) = 70.36%
BLUE value IS 75 (29.69% from 255) = 26.79%
R=2.86%
G=70.36%
B=26.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal8197750.9600.620.23141.2792.240.2
Hex8C54B6003E178d5c28
Octal103051131400762721513450
Binary10001100010110010111100000011111010111100011011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,197,75); }

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

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

 a { background-color: rgb(8,197,75); }

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

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

 span { border-color: rgb(8,197,75); }

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