Html Css Color HEX #08C842 Dark Pastel Green

📋 copy color: '#08C842'

red 8 ◦ green 200 ◦ blue 66

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

Shades of Dark Pastel Green #08C842

Tints of Dark Pastel Green #08C842

RGB

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

 GREEN value IS 200 (78.52% from 255) = 72.99%

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

R = 2.92%
G = 72.99%
B = 24.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#08C842 (or 0x08C842) is known color: Dark Pastel Green. HEX triplet: 08, C8 and 42. RGB value is (8,200,66). Sum of RGB (Red+Green+Blue) = 8+200+66=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 200 (78.52% from 255 or 72.99% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 200 - color contains mainly: green. Hex color #08C842 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C842 is #F737BD. Grayscale: #7F7F7F. Windows color (decimal): -16201662 or 4376584. OLE color: 4376584.

HSL color Cylindrical-coordinate representation of color #08C842: hue angle of 138.12º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C842 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 8 200 66 -
CMYK 0.96 0 0.67 0.22
HSL 138.13º 0.92% 0.41% -
HSV(B) 138.13º 0.96% 0.78% -
XYZ 21.74 41.75 12.07 -
YUV 127.32 93.39 42.9 -
System Red Green Blue C M Y K H S L
Decimal 8 200 66 0.96 0 0.67 0.22 138.13 0.92 0.41
Hex 8 C8 42 60 0 43 16 8A 5C 29
Octal 10 310 102 140 0 103 26 212 134 51
Binary 1000 11001000 1000010 1100000 0 1000011 10110 10001010 1011100 101001

Color Harmonies of #08C842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C842

Black with #08C842

Text Example


Text Example

White with #08C842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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