Html Css Color HEX #0AC263 Jade

📋 copy color: '#0AC263'

red 10 ◦ green 194 ◦ blue 99

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

Shades of Jade #0AC263

Tints of Jade #0AC263

RGB

 RED value IS 10 (4.3% from 255) = 3.3%

 GREEN value IS 194 (76.17% from 255) = 64.03%

 BLUE value IS 99 (39.06% from 255) = 32.67%

R = 3.3%
G = 64.03%
B = 32.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#0AC263 (or 0x0AC263) is known color: Jade. HEX triplet: 0A, C2 and 63. RGB value is (10,194,99). Sum of RGB (Red+Green+Blue) = 10+194+99=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 194 (76.17% from 255 or 64.03% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC263 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC263 is #F53D9C. Grayscale: #808080. Windows color (decimal): -16072093 or 6537738. OLE color: 6537738.

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

Color convert

RGB 10 194 99 -
CMYK 0.95 0 0.49 0.24
HSL 149.02º 0.9% 0.4% -
HSV(B) 149.02º 0.95% 0.76% -
XYZ 21.67 39.55 18.3 -
YUV 128.15 111.54 43.72 -
System Red Green Blue C M Y K H S L
Decimal 10 194 99 0.95 0 0.49 0.24 149.02 0.9 0.4
Hex A C2 63 5F 0 31 18 95 5A 28
Octal 12 302 143 137 0 61 30 225 132 50
Binary 1010 11000010 1100011 1011111 0 110001 11000 10010101 1011010 101000

Color Harmonies of #0AC263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC263

Black with #0AC263

Text Example


Text Example

White with #0AC263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,194,99); }

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

background-color css

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

 a { background-color: rgb(10,194,99); }

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

border-color css

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

 span { border-color: rgb(10,194,99); }

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