Html Css Color HEX #0AC170 Jade

📋 copy color: '#0AC170'

red 10 ◦ green 193 ◦ blue 112

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

Shades of Jade #0AC170

Tints of Jade #0AC170

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.27%

 BLUE value IS 112 (44.14% from 255) = 35.56%

R = 3.17%
G = 61.27%
B = 35.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#0AC170 (or 0x0AC170) is known color: Jade. HEX triplet: 0A, C1 and 70. RGB value is (10,193,112). Sum of RGB (Red+Green+Blue) = 10+193+112=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC170 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC170 is #F53E8F. Grayscale: #818181. Windows color (decimal): -16072336 or 7389450. OLE color: 7389450.

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

Color convert

RGB 10 193 112 -
CMYK 0.95 0 0.42 0.24
HSL 153.44º 0.9% 0.4% -
HSV(B) 153.44º 0.95% 0.76% -
XYZ 22.12 39.37 21.76 -
YUV 129.05 118.37 43.09 -
System Red Green Blue C M Y K H S L
Decimal 10 193 112 0.95 0 0.42 0.24 153.44 0.9 0.4
Hex A C1 70 5F 0 2A 18 99 5A 28
Octal 12 301 160 137 0 52 30 231 132 50
Binary 1010 11000001 1110000 1011111 0 101010 11000 10011001 1011010 101000

Color Harmonies of #0AC170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC170

Black with #0AC170

Text Example


Text Example

White with #0AC170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,193,112); }

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

background-color css

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

 a { background-color: rgb(10,193,112); }

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

border-color css

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

 span { border-color: rgb(10,193,112); }

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