#0AC26F

Color #0AC26F Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #0AC26F

Tints of Jade #0AC26F

Color information

#0AC26F (or 0x0AC26F) is unknown color: approx Jade. HEX triplet: 0A, C2 and 6F. RGB value is (10,194,111). Sum of RGB (Red+Green+Blue) = 10+194+111=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 194 (76.17% from 255 or 61.59% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC26F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC26F is #F53D90. Grayscale: #818181. Windows color (decimal): -16072081 or 7324170. OLE color: 7324170.

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

Color convert

RGB10194111-
CMYK0.9500.430.24
HSL152.93º90.2%40%-
HSV(B)152.93º94.85%76.08%-
XYZ22.2939.821.55-
YUV129.52117.5442.75-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.17%
GREEN value IS 194 (76.17% from 255) = 61.59%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=3.17%
G=61.59%
B=35.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101941110.9500.430.24152.9390.240
HexAC26F5F02B18995a28
Octal123021571370533023113250
Binary10101100001011011111011111010101111000100110011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AC26F;
 }
 .AnyTagClassName
 {
   color: #0AC26F;
 }
</style>
background-color css

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

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

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

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

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

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