#08C238

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

Shades of Dark Pastel Green #08C238

Tints of Dark Pastel Green #08C238

Color information

#08C238 (or 0x08C238) is unknown color: approx Dark Pastel Green. HEX triplet: 08, C2 and 38. RGB value is (8,194,56). Sum of RGB (Red+Green+Blue) = 8+194+56=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 194 (76.17% from 255 or 75.19% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 194 - color contains mainly: green. Hex color #08C238 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C238 is #F73DC7. Grayscale: #7B7B7B. Windows color (decimal): -16203208 or 3719688. OLE color: 3719688.

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

Color convert

RGB819456-
CMYK0.9600.710.24
HSL135.48º92.08%39.61%-
HSV(B)135.48º95.88%76.08%-
XYZ20.1138.9210.19-
YUV122.6590.3846.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.10%
GREEN value IS 194 (76.17% from 255) = 75.19%
BLUE value IS 56 (22.27% from 255) = 21.71%
R=3.10%
G=75.19%
B=21.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8194560.9600.710.24135.4892.0839.61
Hex8C2386004718875c28
Octal103027014001073020713450
Binary10001100001011100011000000100011111000100001111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,194,56); }

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

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

 a { background-color: rgb(8,194,56); }

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

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

 span { border-color: rgb(8,194,56); }

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