Html Css Color HEX #0BAF5E Pigment Green

📋 copy color: '#0BAF5E'

red 11 ◦ green 175 ◦ blue 94

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

Shades of Pigment Green #0BAF5E

Tints of Pigment Green #0BAF5E

RGB

 RED value IS 11 (4.69% from 255) = 3.93%

 GREEN value IS 175 (68.75% from 255) = 62.5%

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 3.93%
G = 62.5%
B = 33.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#0BAF5E (or 0x0BAF5E) is known color: Pigment Green. HEX triplet: 0B, AF and 5E. RGB value is (11,175,94). Sum of RGB (Red+Green+Blue) = 11+175+94=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 175 (68.75% from 255 or 62.5% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAF5E is #F450A1. Grayscale: #747474. Windows color (decimal): -16011426 or 6205195. OLE color: 6205195.

HSL color Cylindrical-coordinate representation of color #0BAF5E: hue angle of 150.37º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAF5E is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 11 175 94 -
CMYK 0.94 0 0.46 0.31
HSL 150.37º 0.88% 0.36% -
HSV(B) 150.37º 0.94% 0.69% -
XYZ 17.49 31.54 15.76 -
YUV 116.73 115.17 52.59 -
System Red Green Blue C M Y K H S L
Decimal 11 175 94 0.94 0 0.46 0.31 150.37 0.88 0.36
Hex B AF 5E 5E 0 2E 1F 96 58 24
Octal 13 257 136 136 0 56 37 226 130 44
Binary 1011 10101111 1011110 1011110 0 101110 11111 10010110 1011000 100100

Color Harmonies of #0BAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAF5E

Black with #0BAF5E

Text Example


Text Example

White with #0BAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BAF5E; }

 p { color: rgb(11,175,94); }

 H1.HeaderClassName
 {
   color: #0BAF5E;
 }
 .AnyTagClassName
 {
   color: #0BAF5E;
 }
</style>

background-color css

<style>
 a { background-color: #0BAF5E; }

 a { background-color: rgb(11,175,94); }

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

border-color css

<style>
 span { border-color: #0BAF5E; }

 span { border-color: rgb(11,175,94); }

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