Html Css Color HEX #0BCA71 Mountain Meadow

📋 copy color: '#0BCA71'

red 11 ◦ green 202 ◦ blue 113

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

Shades of Mountain Meadow #0BCA71

Tints of Mountain Meadow #0BCA71

RGB

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

 GREEN value IS 202 (79.3% from 255) = 61.96%

 BLUE value IS 113 (44.53% from 255) = 34.66%

R = 3.37%
G = 61.96%
B = 34.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#0BCA71 (or 0x0BCA71) is known color: Mountain Meadow. HEX triplet: 0B, CA and 71. RGB value is (11,202,113). Sum of RGB (Red+Green+Blue) = 11+202+113=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 202 (79.30% from 255 or 61.96% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCA71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCA71 is #F4358E. Grayscale: #868686. Windows color (decimal): -16004495 or 7457291. OLE color: 7457291.

HSL color Cylindrical-coordinate representation of color #0BCA71: hue angle of 152.04º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCA71 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 11 202 113 -
CMYK 0.95 0 0.44 0.21
HSL 152.04º 0.9% 0.42% -
HSV(B) 152.04º 0.95% 0.79% -
XYZ 24.24 43.5 22.74 -
YUV 134.75 115.72 39.74 -
System Red Green Blue C M Y K H S L
Decimal 11 202 113 0.95 0 0.44 0.21 152.04 0.9 0.42
Hex B CA 71 5F 0 2C 15 98 5A 2A
Octal 13 312 161 137 0 54 25 230 132 52
Binary 1011 11001010 1110001 1011111 0 101100 10101 10011000 1011010 101010

Color Harmonies of #0BCA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCA71

Black with #0BCA71

Text Example


Text Example

White with #0BCA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,202,113); }

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

background-color css

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

 a { background-color: rgb(11,202,113); }

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

border-color css

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

 span { border-color: rgb(11,202,113); }

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