Html Css Color HEX #08C141 Dark Pastel Green

📋 copy color: '#08C141'

red 8 ◦ green 193 ◦ blue 65

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

Shades of Dark Pastel Green #08C141

Tints of Dark Pastel Green #08C141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.44%

R = 3.01%
G = 72.56%
B = 24.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#08C141 (or 0x08C141) is known color: Dark Pastel Green. HEX triplet: 08, C1 and 41. RGB value is (8,193,65). Sum of RGB (Red+Green+Blue) = 8+193+65=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 193 (75.78% from 255 or 72.56% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 193 - color contains mainly: green. Hex color #08C141 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C141 is #F73EBE. Grayscale: #7B7B7B. Windows color (decimal): -16203455 or 4309256. OLE color: 4309256.

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

Color convert

RGB 8 193 65 -
CMYK 0.96 0 0.66 0.24
HSL 138.49º 0.92% 0.39% -
HSV(B) 138.49º 0.96% 0.76% -
XYZ 20.12 38.57 11.39 -
YUV 123.09 95.21 45.91 -
System Red Green Blue C M Y K H S L
Decimal 8 193 65 0.96 0 0.66 0.24 138.49 0.92 0.39
Hex 8 C1 41 60 0 42 18 8A 5C 27
Octal 10 301 101 140 0 102 30 212 134 47
Binary 1000 11000001 1000001 1100000 0 1000010 11000 10001010 1011100 100111

Color Harmonies of #08C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C141

Black with #08C141

Text Example


Text Example

White with #08C141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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