Html Css Color HEX #0AC16F Jade

📋 copy color: '#0AC16F'

red 10 ◦ green 193 ◦ blue 111

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

Shades of Jade #0AC16F

Tints of Jade #0AC16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 3.18%
G = 61.46%
B = 35.35%

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

#0AC16F (or 0x0AC16F) is known color: Jade. HEX triplet: 0A, C1 and 6F. RGB value is (10,193,111). Sum of RGB (Red+Green+Blue) = 10+193+111=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC16F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC16F is #F53E90. Grayscale: #818181. Windows color (decimal): -16072337 or 7323914. OLE color: 7323914.

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

Color convert

RGB 10 193 111 -
CMYK 0.95 0 0.42 0.24
HSL 153.11º 0.9% 0.4% -
HSV(B) 153.11º 0.95% 0.76% -
XYZ 22.06 39.35 21.47 -
YUV 128.94 117.87 43.17 -
System Red Green Blue C M Y K H S L
Decimal 10 193 111 0.95 0 0.42 0.24 153.11 0.9 0.4
Hex A C1 6F 5F 0 2A 18 99 5A 28
Octal 12 301 157 137 0 52 30 231 132 50
Binary 1010 11000001 1101111 1011111 0 101010 11000 10011001 1011010 101000

Color Harmonies of #0AC16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC16F

Black with #0AC16F

Text Example


Text Example

White with #0AC16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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