Html Css Color HEX #08C64A Dark Pastel Green

📋 copy color: '#08C64A'

red 8 ◦ green 198 ◦ blue 74

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

Shades of Dark Pastel Green #08C64A

Tints of Dark Pastel Green #08C64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 70.71%

 BLUE value IS 74 (29.3% from 255) = 26.43%

R = 2.86%
G = 70.71%
B = 26.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#08C64A (or 0x08C64A) is known color: Dark Pastel Green. HEX triplet: 08, C6 and 4A. RGB value is (8,198,74). Sum of RGB (Red+Green+Blue) = 8+198+74=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 198 (77.73% from 255 or 70.71% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 198 - color contains mainly: green. Hex color #08C64A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C64A is #F739B5. Grayscale: #7F7F7F. Windows color (decimal): -16202166 or 4900360. OLE color: 4900360.

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

Color convert

RGB 8 198 74 -
CMYK 0.96 0 0.63 0.22
HSL 140.84º 0.92% 0.4% -
HSV(B) 140.84º 0.96% 0.78% -
XYZ 21.53 40.93 13.24 -
YUV 127.05 98.05 43.08 -
System Red Green Blue C M Y K H S L
Decimal 8 198 74 0.96 0 0.63 0.22 140.84 0.92 0.4
Hex 8 C6 4A 60 0 3F 16 8D 5C 28
Octal 10 306 112 140 0 77 26 215 134 50
Binary 1000 11000110 1001010 1100000 0 111111 10110 10001101 1011100 101000

Color Harmonies of #08C64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C64A

Black with #08C64A

Text Example


Text Example

White with #08C64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,198,74); }

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

background-color css

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

 a { background-color: rgb(8,198,74); }

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

border-color css

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

 span { border-color: rgb(8,198,74); }

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