Html Css Color HEX #0BA74D Pigment Green

📋 copy color: '#0BA74D'

red 11 ◦ green 167 ◦ blue 77

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

Shades of Pigment Green #0BA74D

Tints of Pigment Green #0BA74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.2%

R = 4.31%
G = 65.49%
B = 30.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#0BA74D (or 0x0BA74D) is known color: Pigment Green. HEX triplet: 0B, A7 and 4D. RGB value is (11,167,77). Sum of RGB (Red+Green+Blue) = 11+167+77=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 167 (65.62% from 255 or 65.49% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA74D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA74D is #F458B2. Grayscale: #6E6E6E. Windows color (decimal): -16013491 or 5089035. OLE color: 5089035.

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

Color convert

RGB 11 167 77 -
CMYK 0.93 0 0.54 0.35
HSL 145.38º 0.88% 0.35% -
HSV(B) 145.38º 0.93% 0.65% -
XYZ 15.3 28.24 11.67 -
YUV 110.1 109.32 57.32 -
System Red Green Blue C M Y K H S L
Decimal 11 167 77 0.93 0 0.54 0.35 145.38 0.88 0.35
Hex B A7 4D 5D 0 36 23 91 58 23
Octal 13 247 115 135 0 66 43 221 130 43
Binary 1011 10100111 1001101 1011101 0 110110 100011 10010001 1011000 100011

Color Harmonies of #0BA74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA74D

Black with #0BA74D

Text Example


Text Example

White with #0BA74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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