Html Css Color HEX #08C042 Dark Pastel Green

📋 copy color: '#08C042'

red 8 ◦ green 192 ◦ blue 66

#08C042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #08C042

Tints of Dark Pastel Green #08C042

RGB

 RED value IS 8 (3.52% from 255) = 3.01%

 GREEN value IS 192 (75.39% from 255) = 72.18%

 BLUE value IS 66 (26.17% from 255) = 24.81%

R = 3.01%
G = 72.18%
B = 24.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#08C042 (or 0x08C042) is known color: Dark Pastel Green. HEX triplet: 08, C0 and 42. RGB value is (8,192,66). Sum of RGB (Red+Green+Blue) = 8+192+66=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 192 (75.39% from 255 or 72.18% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 192 - color contains mainly: green. Hex color #08C042 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C042 is #F73FBD. Grayscale: #7A7A7A. Windows color (decimal): -16203710 or 4374536. OLE color: 4374536.

HSL color Cylindrical-coordinate representation of color #08C042: hue angle of 138.91º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C042 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 192 66 -
CMYK 0.96 0 0.66 0.25
HSL 138.91º 0.92% 0.39% -
HSV(B) 138.91º 0.96% 0.75% -
XYZ 19.93 38.14 11.47 -
YUV 122.62 96.04 46.25 -
System Red Green Blue C M Y K H S L
Decimal 8 192 66 0.96 0 0.66 0.25 138.91 0.92 0.39
Hex 8 C0 42 60 0 42 19 8B 5C 27
Octal 10 300 102 140 0 102 31 213 134 47
Binary 1000 11000000 1000010 1100000 0 1000010 11001 10001011 1011100 100111

Color Harmonies of #08C042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C042

Black with #08C042

Text Example


Text Example

White with #08C042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,192,66); }

 H1.HeaderClassName
 {
   color: #08C042;
 }
 .AnyTagClassName
 {
   color: #08C042;
 }
</style>

background-color css

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

 a { background-color: rgb(8,192,66); }

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

border-color css

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

 span { border-color: rgb(8,192,66); }

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