Html Css Color HEX #08C130 Dark Pastel Green

📋 copy color: '#08C130'

red 8 ◦ green 193 ◦ blue 48

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

Shades of Dark Pastel Green #08C130

Tints of Dark Pastel Green #08C130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 77.51%

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 3.21%
G = 77.51%
B = 19.28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#08C130 (or 0x08C130) is known color: Dark Pastel Green. HEX triplet: 08, C1 and 30. RGB value is (8,193,48). Sum of RGB (Red+Green+Blue) = 8+193+48=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 193 (75.78% from 255 or 77.51% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 193 - color contains mainly: green. Hex color #08C130 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C130 is #F73ECF. Grayscale: #797979. Windows color (decimal): -16203472 or 3195144. OLE color: 3195144.

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

Color convert

RGB 8 193 48 -
CMYK 0.96 0 0.75 0.24
HSL 132.97º 0.92% 0.39% -
HSV(B) 132.97º 0.96% 0.76% -
XYZ 19.7 38.4 9.17 -
YUV 121.16 86.71 47.29 -
System Red Green Blue C M Y K H S L
Decimal 8 193 48 0.96 0 0.75 0.24 132.97 0.92 0.39
Hex 8 C1 30 60 0 4B 18 85 5C 27
Octal 10 301 60 140 0 113 30 205 134 47
Binary 1000 11000001 110000 1100000 0 1001011 11000 10000101 1011100 100111

Color Harmonies of #08C130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C130

Black with #08C130

Text Example


Text Example

White with #08C130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,193,48); }

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

background-color css

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

 a { background-color: rgb(8,193,48); }

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

border-color css

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

 span { border-color: rgb(8,193,48); }

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