Html Css Color HEX #08C82A Dark Pastel Green

📋 copy color: '#08C82A'

red 8 ◦ green 200 ◦ blue 42

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

Shades of Dark Pastel Green #08C82A

Tints of Dark Pastel Green #08C82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.8%

R = 3.2%
G = 80%
B = 16.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#08C82A (or 0x08C82A) is known color: Dark Pastel Green. HEX triplet: 08, C8 and 2A. RGB value is (8,200,42). Sum of RGB (Red+Green+Blue) = 8+200+42=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 200 (78.52% from 255 or 80% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 200 - color contains mainly: green. Hex color #08C82A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C82A is #F737D5. Grayscale: #7D7D7D. Windows color (decimal): -16201686 or 2803720. OLE color: 2803720.

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

Color convert

RGB 8 200 42 -
CMYK 0.96 0 0.79 0.22
HSL 130.63º 0.92% 0.41% -
HSV(B) 130.63º 0.96% 0.78% -
XYZ 21.17 41.53 9.09 -
YUV 124.58 81.39 44.85 -
System Red Green Blue C M Y K H S L
Decimal 8 200 42 0.96 0 0.79 0.22 130.63 0.92 0.41
Hex 8 C8 2A 60 0 4F 16 83 5C 29
Octal 10 310 52 140 0 117 26 203 134 51
Binary 1000 11001000 101010 1100000 0 1001111 10110 10000011 1011100 101001

Color Harmonies of #08C82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C82A

Black with #08C82A

Text Example


Text Example

White with #08C82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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