Html Css Color HEX #08BA5A Pigment Green

📋 copy color: '#08BA5A'

red 8 ◦ green 186 ◦ blue 90

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

Shades of Pigment Green #08BA5A

Tints of Pigment Green #08BA5A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 65.49%

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 2.82%
G = 65.49%
B = 31.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#08BA5A (or 0x08BA5A) is known color: Pigment Green. HEX triplet: 08, BA and 5A. RGB value is (8,186,90). Sum of RGB (Red+Green+Blue) = 8+186+90=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BA5A is #F745A5. Grayscale: #7A7A7A. Windows color (decimal): -16205222 or 5945864. OLE color: 5945864.

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

Color convert

RGB 8 186 90 -
CMYK 0.96 0 0.52 0.27
HSL 147.64º 0.92% 0.38% -
HSV(B) 147.64º 0.96% 0.73% -
XYZ 19.5 35.91 15.58 -
YUV 121.83 110.03 46.81 -
System Red Green Blue C M Y K H S L
Decimal 8 186 90 0.96 0 0.52 0.27 147.64 0.92 0.38
Hex 8 BA 5A 60 0 34 1B 94 5C 26
Octal 10 272 132 140 0 64 33 224 134 46
Binary 1000 10111010 1011010 1100000 0 110100 11011 10010100 1011100 100110

Color Harmonies of #08BA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BA5A

Black with #08BA5A

Text Example


Text Example

White with #08BA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,186,90); }

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

background-color css

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

 a { background-color: rgb(8,186,90); }

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

border-color css

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

 span { border-color: rgb(8,186,90); }

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