#08C54E

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

Shades of Dark Pastel Green #08C54E

Tints of Dark Pastel Green #08C54E

Color information

#08C54E (or 0x08C54E) is unknown color: approx Dark Pastel Green. HEX triplet: 08, C5 and 4E. RGB value is (8,197,78). Sum of RGB (Red+Green+Blue) = 8+197+78=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 197 (77.34% from 255 or 69.61% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 197 - color contains mainly: green. Hex color #08C54E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C54E is #F73AB1. Grayscale: #7F7F7F. Windows color (decimal): -16202418 or 5162248. OLE color: 5162248.

HSL color Cylindrical-coordinate representation of color #08C54E: hue angle of 142.22º 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 #08C54E is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB819778-
CMYK0.9600.600.23
HSL142.22º92.2%40.2%-
HSV(B)142.22º95.94%77.25%-
XYZ21.4440.5313.9-
YUV126.92100.3843.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.83%
GREEN value IS 197 (77.34% from 255) = 69.61%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=2.83%
G=69.61%
B=27.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal8197780.9600.600.23142.2292.240.2
Hex8C54E6003C178e5c28
Octal103051161400742721613450
Binary10001100010110011101100000011110010111100011101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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