Html Css Color HEX #0AC26A Jade

📋 copy color: '#0AC26A'

red 10 ◦ green 194 ◦ blue 106

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

Shades of Jade #0AC26A

Tints of Jade #0AC26A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.19%

R = 3.23%
G = 62.58%
B = 34.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#0AC26A (or 0x0AC26A) is known color: Jade. HEX triplet: 0A, C2 and 6A. RGB value is (10,194,106). Sum of RGB (Red+Green+Blue) = 10+194+106=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 194 (76.17% from 255 or 62.58% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC26A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC26A is #F53D95. Grayscale: #818181. Windows color (decimal): -16072086 or 6996490. OLE color: 6996490.

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

Color convert

RGB 10 194 106 -
CMYK 0.95 0 0.45 0.24
HSL 151.3º 0.9% 0.4% -
HSV(B) 151.3º 0.95% 0.76% -
XYZ 22.02 39.69 20.14 -
YUV 128.95 115.04 43.16 -
System Red Green Blue C M Y K H S L
Decimal 10 194 106 0.95 0 0.45 0.24 151.3 0.9 0.4
Hex A C2 6A 5F 0 2D 18 97 5A 28
Octal 12 302 152 137 0 55 30 227 132 50
Binary 1010 11000010 1101010 1011111 0 101101 11000 10010111 1011010 101000

Color Harmonies of #0AC26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC26A

Black with #0AC26A

Text Example


Text Example

White with #0AC26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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