Html Css Color HEX #08BC44 Dark Pastel Green

📋 copy color: '#08BC44'

red 8 ◦ green 188 ◦ blue 68

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

Shades of Dark Pastel Green #08BC44

Tints of Dark Pastel Green #08BC44

RGB

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

 GREEN value IS 188 (73.83% from 255) = 71.21%

 BLUE value IS 68 (26.95% from 255) = 25.76%

R = 3.03%
G = 71.21%
B = 25.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#08BC44 (or 0x08BC44) is known color: Dark Pastel Green. HEX triplet: 08, BC and 44. RGB value is (8,188,68). Sum of RGB (Red+Green+Blue) = 8+188+68=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 188 (73.83% from 255 or 71.21% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BC44 is #F743BB. Grayscale: #787878. Windows color (decimal): -16204732 or 4504584. OLE color: 4504584.

HSL color Cylindrical-coordinate representation of color #08BC44: hue angle of 140º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BC44 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 188 68 -
CMYK 0.96 0 0.64 0.26
HSL 140º 0.92% 0.38% -
HSV(B) 140º 0.96% 0.74% -
XYZ 19.13 36.44 11.49 -
YUV 120.5 98.37 47.76 -
System Red Green Blue C M Y K H S L
Decimal 8 188 68 0.96 0 0.64 0.26 140 0.92 0.38
Hex 8 BC 44 60 0 40 1A 8C 5C 26
Octal 10 274 104 140 0 100 32 214 134 46
Binary 1000 10111100 1000100 1100000 0 1000000 11010 10001100 1011100 100110

Color Harmonies of #08BC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BC44

Black with #08BC44

Text Example


Text Example

White with #08BC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,188,68); }

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

background-color css

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

 a { background-color: rgb(8,188,68); }

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

border-color css

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

 span { border-color: rgb(8,188,68); }

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