Html Css Color HEX #0BCA5E Malachite

📋 copy color: '#0BCA5E'

red 11 ◦ green 202 ◦ blue 94

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

Shades of Malachite #0BCA5E

Tints of Malachite #0BCA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 3.58%
G = 65.8%
B = 30.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#0BCA5E (or 0x0BCA5E) is known color: Malachite. HEX triplet: 0B, CA and 5E. RGB value is (11,202,94). Sum of RGB (Red+Green+Blue) = 11+202+94=307 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.58% from 307); Green value is 202 (79.30% from 255 or 65.80% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCA5E is #F435A1. Grayscale: #848484. Windows color (decimal): -16004514 or 6212107. OLE color: 6212107.

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

Color convert

RGB 11 202 94 -
CMYK 0.95 0 0.53 0.21
HSL 146.07º 0.9% 0.42% -
HSV(B) 146.07º 0.95% 0.79% -
XYZ 23.28 43.12 17.69 -
YUV 132.58 106.22 41.28 -
System Red Green Blue C M Y K H S L
Decimal 11 202 94 0.95 0 0.53 0.21 146.07 0.9 0.42
Hex B CA 5E 5F 0 35 15 92 5A 2A
Octal 13 312 136 137 0 65 25 222 132 52
Binary 1011 11001010 1011110 1011111 0 110101 10101 10010010 1011010 101010

Color Harmonies of #0BCA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCA5E

Black with #0BCA5E

Text Example


Text Example

White with #0BCA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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