Html Css Color HEX #0AC16C Jade

📋 copy color: '#0AC16C'

red 10 ◦ green 193 ◦ blue 108

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

Shades of Jade #0AC16C

Tints of Jade #0AC16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 3.22%
G = 62.06%
B = 34.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#0AC16C (or 0x0AC16C) is known color: Jade. HEX triplet: 0A, C1 and 6C. RGB value is (10,193,108). Sum of RGB (Red+Green+Blue) = 10+193+108=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC16C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC16C is #F53E93. Grayscale: #808080. Windows color (decimal): -16072340 or 7127306. OLE color: 7127306.

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

Color convert

RGB 10 193 108 -
CMYK 0.95 0 0.44 0.24
HSL 152.13º 0.9% 0.4% -
HSV(B) 152.13º 0.95% 0.76% -
XYZ 21.9 39.29 20.62 -
YUV 128.59 116.37 43.41 -
System Red Green Blue C M Y K H S L
Decimal 10 193 108 0.95 0 0.44 0.24 152.13 0.9 0.4
Hex A C1 6C 5F 0 2C 18 98 5A 28
Octal 12 301 154 137 0 54 30 230 132 50
Binary 1010 11000001 1101100 1011111 0 101100 11000 10011000 1011010 101000

Color Harmonies of #0AC16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC16C

Black with #0AC16C

Text Example


Text Example

White with #0AC16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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