#0AC98F

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

Shades of Caribbean Green #0AC98F

Tints of Caribbean Green #0AC98F

Color information

#0AC98F (or 0x0AC98F) is unknown color: approx Caribbean Green. HEX triplet: 0A, C9 and 8F. RGB value is (10,201,143). Sum of RGB (Red+Green+Blue) = 10+201+143=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC98F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC98F is #F53670. Grayscale: #898989. Windows color (decimal): -16070257 or 9423114. OLE color: 9423114.

HSL color Cylindrical-coordinate representation of color #0AC98F: hue angle of 161.78º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC98F is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB10201143-
CMYK0.9500.290.21
HSL161.78º90.52%41.37%-
HSV(B)161.78º95.02%78.82%-
XYZ25.9743.8233.08-
YUV137.28131.2237.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.82%
GREEN value IS 201 (78.91% from 255) = 56.78%
BLUE value IS 143 (56.25% from 255) = 40.40%
R=2.82%
G=56.78%
B=40.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102011430.9500.290.21161.7890.5241.37
HexAC98F5F01D15a25b29
Octal123112171370352524213351
Binary10101100100110001111101111101110110101101000101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,201,143); }

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

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

 a { background-color: rgb(10,201,143); }

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

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

 span { border-color: rgb(10,201,143); }

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