Html Css Color HEX #0BCA7C Mountain Meadow

📋 copy color: '#0BCA7C'

red 11 ◦ green 202 ◦ blue 124

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

Shades of Mountain Meadow #0BCA7C

Tints of Mountain Meadow #0BCA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.8%

R = 3.26%
G = 59.94%
B = 36.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#0BCA7C (or 0x0BCA7C) is known color: Mountain Meadow. HEX triplet: 0B, CA and 7C. RGB value is (11,202,124). Sum of RGB (Red+Green+Blue) = 11+202+124=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 202 (79.30% from 255 or 59.94% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCA7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCA7C is #F43583. Grayscale: #888888. Windows color (decimal): -16004484 or 8178187. OLE color: 8178187.

HSL color Cylindrical-coordinate representation of color #0BCA7C: hue angle of 155.5º 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 #0BCA7C is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 11 202 124 -
CMYK 0.95 0 0.39 0.21
HSL 155.5º 0.9% 0.42% -
HSV(B) 155.5º 0.95% 0.79% -
XYZ 24.9 43.77 26.2 -
YUV 136 121.22 38.84 -
System Red Green Blue C M Y K H S L
Decimal 11 202 124 0.95 0 0.39 0.21 155.5 0.9 0.42
Hex B CA 7C 5F 0 27 15 9B 5A 2A
Octal 13 312 174 137 0 47 25 233 132 52
Binary 1011 11001010 1111100 1011111 0 100111 10101 10011011 1011010 101010

Color Harmonies of #0BCA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCA7C

Black with #0BCA7C

Text Example


Text Example

White with #0BCA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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