Html Css Color HEX #08C320 Dark Pastel Green

📋 copy color: '#08C320'

red 8 ◦ green 195 ◦ blue 32

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

Shades of Dark Pastel Green #08C320

Tints of Dark Pastel Green #08C320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 82.98%

 BLUE value IS 32 (12.89% from 255) = 13.62%

R = 3.4%
G = 82.98%
B = 13.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#08C320 (or 0x08C320) is known color: Dark Pastel Green. HEX triplet: 08, C3 and 20. RGB value is (8,195,32). Sum of RGB (Red+Green+Blue) = 8+195+32=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 195 (76.56% from 255 or 82.98% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 195 - color contains mainly: green. Hex color #08C320 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C320 is #F73CDF. Grayscale: #787878. Windows color (decimal): -16202976 or 2147080. OLE color: 2147080.

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

Color convert

RGB 8 195 32 -
CMYK 0.96 0 0.84 0.24
HSL 127.7º 0.92% 0.4% -
HSV(B) 127.7º 0.96% 0.76% -
XYZ 19.88 39.19 7.88 -
YUV 120.51 78.05 47.75 -
System Red Green Blue C M Y K H S L
Decimal 8 195 32 0.96 0 0.84 0.24 127.7 0.92 0.4
Hex 8 C3 20 60 0 54 18 80 5C 28
Octal 10 303 40 140 0 124 30 200 134 50
Binary 1000 11000011 100000 1100000 0 1010100 11000 10000000 1011100 101000

Color Harmonies of #08C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C320

Black with #08C320

Text Example


Text Example

White with #08C320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,195,32); }

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

background-color css

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

 a { background-color: rgb(8,195,32); }

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

border-color css

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

 span { border-color: rgb(8,195,32); }

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