Html Css Color HEX #0BAA60 Shamrock Green

📋 copy color: '#0BAA60'

red 11 ◦ green 170 ◦ blue 96

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

Shades of Shamrock Green #0BAA60

Tints of Shamrock Green #0BAA60

RGB

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

 GREEN value IS 170 (66.8% from 255) = 61.37%

 BLUE value IS 96 (37.89% from 255) = 34.66%

R = 3.97%
G = 61.37%
B = 34.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#0BAA60 (or 0x0BAA60) is known color: Shamrock Green. HEX triplet: 0B, AA and 60. RGB value is (11,170,96). Sum of RGB (Red+Green+Blue) = 11+170+96=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAA60 is #F4559F. Grayscale: #727272. Windows color (decimal): -16012704 or 6334987. OLE color: 6334987.

HSL color Cylindrical-coordinate representation of color #0BAA60: hue angle of 152.08º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAA60 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 170 96 -
CMYK 0.94 0 0.44 0.33
HSL 152.08º 0.88% 0.35% -
HSV(B) 152.08º 0.94% 0.67% -
XYZ 16.62 29.67 15.92 -
YUV 114.02 117.82 54.52 -
System Red Green Blue C M Y K H S L
Decimal 11 170 96 0.94 0 0.44 0.33 152.08 0.88 0.35
Hex B AA 60 5E 0 2C 21 98 58 23
Octal 13 252 140 136 0 54 41 230 130 43
Binary 1011 10101010 1100000 1011110 0 101100 100001 10011000 1011000 100011

Color Harmonies of #0BAA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAA60

Black with #0BAA60

Text Example


Text Example

White with #0BAA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,170,96); }

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

background-color css

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

 a { background-color: rgb(11,170,96); }

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

border-color css

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

 span { border-color: rgb(11,170,96); }

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