Html Css Color HEX #0AC26E Jade

📋 copy color: '#0AC26E'

red 10 ◦ green 194 ◦ blue 110

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

Shades of Jade #0AC26E

Tints of Jade #0AC26E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.03%

R = 3.18%
G = 61.78%
B = 35.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#0AC26E (or 0x0AC26E) is known color: Jade. HEX triplet: 0A, C2 and 6E. RGB value is (10,194,110). Sum of RGB (Red+Green+Blue) = 10+194+110=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 194 (76.17% from 255 or 61.78% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC26E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC26E is #F53D91. Grayscale: #818181. Windows color (decimal): -16072082 or 7258634. OLE color: 7258634.

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

Color convert

RGB 10 194 110 -
CMYK 0.95 0 0.43 0.24
HSL 152.61º 0.9% 0.4% -
HSV(B) 152.61º 0.95% 0.76% -
XYZ 22.23 39.77 21.26 -
YUV 129.41 117.04 42.83 -
System Red Green Blue C M Y K H S L
Decimal 10 194 110 0.95 0 0.43 0.24 152.61 0.9 0.4
Hex A C2 6E 5F 0 2B 18 99 5A 28
Octal 12 302 156 137 0 53 30 231 132 50
Binary 1010 11000010 1101110 1011111 0 101011 11000 10011001 1011010 101000

Color Harmonies of #0AC26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC26E

Black with #0AC26E

Text Example


Text Example

White with #0AC26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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