Html Css Color HEX #08BC45 Dark Pastel Green

📋 copy color: '#08BC45'

red 8 ◦ green 188 ◦ blue 69

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

Shades of Dark Pastel Green #08BC45

Tints of Dark Pastel Green #08BC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.04%

R = 3.02%
G = 70.94%
B = 26.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#08BC45 (or 0x08BC45) is known color: Dark Pastel Green. HEX triplet: 08, BC and 45. RGB value is (8,188,69). Sum of RGB (Red+Green+Blue) = 8+188+69=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 188 (73.83% from 255 or 70.94% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BC45 is #F743BA. Grayscale: #787878. Windows color (decimal): -16204731 or 4570120. OLE color: 4570120.

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

Color convert

RGB 8 188 69 -
CMYK 0.96 0 0.63 0.26
HSL 140.33º 0.92% 0.38% -
HSV(B) 140.33º 0.96% 0.74% -
XYZ 19.16 36.45 11.66 -
YUV 120.61 98.87 47.68 -
System Red Green Blue C M Y K H S L
Decimal 8 188 69 0.96 0 0.63 0.26 140.33 0.92 0.38
Hex 8 BC 45 60 0 3F 1A 8C 5C 26
Octal 10 274 105 140 0 77 32 214 134 46
Binary 1000 10111100 1000101 1100000 0 111111 11010 10001100 1011100 100110

Color Harmonies of #08BC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BC45

Black with #08BC45

Text Example


Text Example

White with #08BC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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