#0AD598

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

Shades of Caribbean Green #0AD598

Tints of Caribbean Green #0AD598

Color information

#0AD598 (or 0x0AD598) is unknown color: approx Caribbean Green. HEX triplet: 0A, D5 and 98. RGB value is (10,213,152). Sum of RGB (Red+Green+Blue) = 10+213+152=375 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 375); Green value is 213 (83.59% from 255 or 56.8% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD598 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD598 is #F52A67. Grayscale: #919191. Windows color (decimal): -16067176 or 10016010. OLE color: 10016010.

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

Color convert

RGB10213152-
CMYK0.9500.290.16
HSL161.97º91.03%43.73%-
HSV(B)161.97º95.31%83.53%-
XYZ29.5949.9237.78-
YUV145.35131.7531.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.67%
GREEN value IS 213 (83.59% from 255) = 56.8%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=2.67%
G=56.8%
B=40.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal102131520.9500.290.16161.9791.0343.73
HexAD5985F01D10a25b2c
Octal123252301370352024213354
Binary10101101010110011000101111101110110000101000101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AD598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,213,152); }

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

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

 a { background-color: rgb(10,213,152); }

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

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

 span { border-color: rgb(10,213,152); }

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