Html Css Color HEX #0BAE5D Pigment Green

📋 copy color: '#0BAE5D'

red 11 ◦ green 174 ◦ blue 93

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

Shades of Pigment Green #0BAE5D

Tints of Pigment Green #0BAE5D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 62.59%

 BLUE value IS 93 (36.72% from 255) = 33.45%

R = 3.96%
G = 62.59%
B = 33.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#0BAE5D (or 0x0BAE5D) is known color: Pigment Green. HEX triplet: 0B, AE and 5D. RGB value is (11,174,93). Sum of RGB (Red+Green+Blue) = 11+174+93=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 174 (68.36% from 255 or 62.59% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAE5D is #F451A2. Grayscale: #747474. Windows color (decimal): -16011683 or 6139403. OLE color: 6139403.

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

Color convert

RGB 11 174 93 -
CMYK 0.94 0 0.47 0.32
HSL 150.18º 0.88% 0.36% -
HSV(B) 150.18º 0.94% 0.68% -
XYZ 17.25 31.13 15.46 -
YUV 116.03 115 53.09 -
System Red Green Blue C M Y K H S L
Decimal 11 174 93 0.94 0 0.47 0.32 150.18 0.88 0.36
Hex B AE 5D 5E 0 2F 20 96 58 24
Octal 13 256 135 136 0 57 40 226 130 44
Binary 1011 10101110 1011101 1011110 0 101111 100000 10010110 1011000 100100

Color Harmonies of #0BAE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAE5D

Black with #0BAE5D

Text Example


Text Example

White with #0BAE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,174,93); }

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

background-color css

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

 a { background-color: rgb(11,174,93); }

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

border-color css

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

 span { border-color: rgb(11,174,93); }

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