Html Css Color HEX #0BA74E Pigment Green

📋 copy color: '#0BA74E'

red 11 ◦ green 167 ◦ blue 78

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

Shades of Pigment Green #0BA74E

Tints of Pigment Green #0BA74E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 65.23%

 BLUE value IS 78 (30.86% from 255) = 30.47%

R = 4.3%
G = 65.23%
B = 30.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#0BA74E (or 0x0BA74E) is known color: Pigment Green. HEX triplet: 0B, A7 and 4E. RGB value is (11,167,78). Sum of RGB (Red+Green+Blue) = 11+167+78=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 167 (65.62% from 255 or 65.23% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA74E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA74E is #F458B1. Grayscale: #6E6E6E. Windows color (decimal): -16013490 or 5154571. OLE color: 5154571.

HSL color Cylindrical-coordinate representation of color #0BA74E: hue angle of 145.77º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA74E is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 11 167 78 -
CMYK 0.93 0 0.53 0.35
HSL 145.77º 0.88% 0.35% -
HSV(B) 145.77º 0.93% 0.65% -
XYZ 15.33 28.26 11.85 -
YUV 110.21 109.82 57.24 -
System Red Green Blue C M Y K H S L
Decimal 11 167 78 0.93 0 0.53 0.35 145.77 0.88 0.35
Hex B A7 4E 5D 0 35 23 92 58 23
Octal 13 247 116 135 0 65 43 222 130 43
Binary 1011 10100111 1001110 1011101 0 110101 100011 10010010 1011000 100011

Color Harmonies of #0BA74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA74E

Black with #0BA74E

Text Example


Text Example

White with #0BA74E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,167,78); }

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

background-color css

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

 a { background-color: rgb(11,167,78); }

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

border-color css

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

 span { border-color: rgb(11,167,78); }

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