Html Css Color HEX #08BD54 Pigment Green

📋 copy color: '#08BD54'

red 8 ◦ green 189 ◦ blue 84

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

Shades of Pigment Green #08BD54

Tints of Pigment Green #08BD54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.89%

R = 2.85%
G = 67.26%
B = 29.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#08BD54 (or 0x08BD54) is known color: Pigment Green. HEX triplet: 08, BD and 54. RGB value is (8,189,84). Sum of RGB (Red+Green+Blue) = 8+189+84=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 189 (74.22% from 255 or 67.26% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BD54 is #F742AB. Grayscale: #7B7B7B. Windows color (decimal): -16204460 or 5553416. OLE color: 5553416.

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

Color convert

RGB 8 189 84 -
CMYK 0.96 0 0.56 0.26
HSL 145.19º 0.92% 0.39% -
HSV(B) 145.19º 0.96% 0.74% -
XYZ 19.9 37.09 14.5 -
YUV 122.91 106.03 46.04 -
System Red Green Blue C M Y K H S L
Decimal 8 189 84 0.96 0 0.56 0.26 145.19 0.92 0.39
Hex 8 BD 54 60 0 38 1A 91 5C 27
Octal 10 275 124 140 0 70 32 221 134 47
Binary 1000 10111101 1010100 1100000 0 111000 11010 10010001 1011100 100111

Color Harmonies of #08BD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BD54

Black with #08BD54

Text Example


Text Example

White with #08BD54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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