Html Css Color HEX #0BC36E Jade

📋 copy color: '#0BC36E'

red 11 ◦ green 195 ◦ blue 110

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

Shades of Jade #0BC36E

Tints of Jade #0BC36E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.71%

 BLUE value IS 110 (43.36% from 255) = 34.81%

R = 3.48%
G = 61.71%
B = 34.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#0BC36E (or 0x0BC36E) is known color: Jade. HEX triplet: 0B, C3 and 6E. RGB value is (11,195,110). Sum of RGB (Red+Green+Blue) = 11+195+110=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC36E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC36E is #F43C91. Grayscale: #828282. Windows color (decimal): -16006290 or 7258891. OLE color: 7258891.

HSL color Cylindrical-coordinate representation of color #0BC36E: hue angle of 152.28º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC36E is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 195 110 -
CMYK 0.94 0 0.44 0.24
HSL 152.28º 0.89% 0.4% -
HSV(B) 152.28º 0.94% 0.76% -
XYZ 22.47 40.23 21.33 -
YUV 130.29 116.54 42.91 -
System Red Green Blue C M Y K H S L
Decimal 11 195 110 0.94 0 0.44 0.24 152.28 0.89 0.4
Hex B C3 6E 5E 0 2C 18 98 59 28
Octal 13 303 156 136 0 54 30 230 131 50
Binary 1011 11000011 1101110 1011110 0 101100 11000 10011000 1011001 101000

Color Harmonies of #0BC36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC36E

Black with #0BC36E

Text Example


Text Example

White with #0BC36E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,195,110); }

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

background-color css

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

 a { background-color: rgb(11,195,110); }

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

border-color css

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

 span { border-color: rgb(11,195,110); }

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