Html Css Color HEX #08BD49 Dark Pastel Green

📋 copy color: '#08BD49'

red 8 ◦ green 189 ◦ blue 73

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

Shades of Dark Pastel Green #08BD49

Tints of Dark Pastel Green #08BD49

RGB

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

 GREEN value IS 189 (74.22% from 255) = 70%

 BLUE value IS 73 (28.91% from 255) = 27.04%

R = 2.96%
G = 70%
B = 27.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#08BD49 (or 0x08BD49) is known color: Dark Pastel Green. HEX triplet: 08, BD and 49. RGB value is (8,189,73). Sum of RGB (Red+Green+Blue) = 8+189+73=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 189 (74.22% from 255 or 70% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BD49 is #F742B6. Grayscale: #797979. Windows color (decimal): -16204471 or 4832520. OLE color: 4832520.

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

Color convert

RGB 8 189 73 -
CMYK 0.96 0 0.61 0.26
HSL 141.55º 0.92% 0.39% -
HSV(B) 141.55º 0.96% 0.74% -
XYZ 19.5 36.93 12.4 -
YUV 121.66 100.53 46.93 -
System Red Green Blue C M Y K H S L
Decimal 8 189 73 0.96 0 0.61 0.26 141.55 0.92 0.39
Hex 8 BD 49 60 0 3D 1A 8E 5C 27
Octal 10 275 111 140 0 75 32 216 134 47
Binary 1000 10111101 1001001 1100000 0 111101 11010 10001110 1011100 100111

Color Harmonies of #08BD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BD49

Black with #08BD49

Text Example


Text Example

White with #08BD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,189,73); }

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

background-color css

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

 a { background-color: rgb(8,189,73); }

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

border-color css

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

 span { border-color: rgb(8,189,73); }

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