Html Css Color HEX #0BA74B Pigment Green

📋 copy color: '#0BA74B'

red 11 ◦ green 167 ◦ blue 75

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

Shades of Pigment Green #0BA74B

Tints of Pigment Green #0BA74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.64%

R = 4.35%
G = 66.01%
B = 29.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#0BA74B (or 0x0BA74B) is known color: Pigment Green. HEX triplet: 0B, A7 and 4B. RGB value is (11,167,75). Sum of RGB (Red+Green+Blue) = 11+167+75=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 167 (65.62% from 255 or 66.01% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA74B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA74B is #F458B4. Grayscale: #6E6E6E. Windows color (decimal): -16013493 or 4957963. OLE color: 4957963.

HSL color Cylindrical-coordinate representation of color #0BA74B: hue angle of 144.62º 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 #0BA74B is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 11 167 75 -
CMYK 0.93 0 0.55 0.35
HSL 144.62º 0.88% 0.35% -
HSV(B) 144.62º 0.93% 0.65% -
XYZ 15.23 28.22 11.3 -
YUV 109.87 108.32 57.48 -
System Red Green Blue C M Y K H S L
Decimal 11 167 75 0.93 0 0.55 0.35 144.62 0.88 0.35
Hex B A7 4B 5D 0 37 23 91 58 23
Octal 13 247 113 135 0 67 43 221 130 43
Binary 1011 10100111 1001011 1011101 0 110111 100011 10010001 1011000 100011

Color Harmonies of #0BA74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA74B

Black with #0BA74B

Text Example


Text Example

White with #0BA74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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