Html Css Color HEX #0AD595 Caribbean Green

📋 copy color: '#0AD595'

red 10 ◦ green 213 ◦ blue 149

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

Shades of Caribbean Green #0AD595

Tints of Caribbean Green #0AD595

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.26%

 BLUE value IS 149 (58.59% from 255) = 40.05%

R = 2.69%
G = 57.26%
B = 40.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#0AD595 (or 0x0AD595) is known color: Caribbean Green. HEX triplet: 0A, D5 and 95. RGB value is (10,213,149). Sum of RGB (Red+Green+Blue) = 10+213+149=372 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.69% from 372); Green value is 213 (83.59% from 255 or 57.26% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD595 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD595 is #F52A6A. Grayscale: #919191. Windows color (decimal): -16067179 or 9819402. OLE color: 9819402.

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

Color convert

RGB 10 213 149 -
CMYK 0.95 0 0.30 0.16
HSL 161.08º 0.91% 0.44% -
HSV(B) 161.08º 0.95% 0.84% -
XYZ 29.34 49.82 36.5 -
YUV 145.01 130.25 31.7 -
System Red Green Blue C M Y K H S L
Decimal 10 213 149 0.95 0 0.30 0.16 161.08 0.91 0.44
Hex A D5 95 5F 0 1E 10 A1 5B 2C
Octal 12 325 225 137 0 36 20 241 133 54
Binary 1010 11010101 10010101 1011111 0 11110 10000 10100001 1011011 101100

Color Harmonies of #0AD595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD595

Black with #0AD595

Text Example


Text Example

White with #0AD595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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