Html Css Color HEX #0AD594 Caribbean Green

📋 copy color: '#0AD594'

red 10 ◦ green 213 ◦ blue 148

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

Shades of Caribbean Green #0AD594

Tints of Caribbean Green #0AD594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.89%

R = 2.7%
G = 57.41%
B = 39.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#0AD594 (or 0x0AD594) is known color: Caribbean Green. HEX triplet: 0A, D5 and 94. RGB value is (10,213,148). Sum of RGB (Red+Green+Blue) = 10+213+148=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD594 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD594 is #F52A6B. Grayscale: #909090. Windows color (decimal): -16067180 or 9753866. OLE color: 9753866.

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

Color convert

RGB 10 213 148 -
CMYK 0.95 0 0.31 0.16
HSL 160.79º 0.91% 0.44% -
HSV(B) 160.79º 0.95% 0.84% -
XYZ 29.26 49.79 36.09 -
YUV 144.89 129.75 31.79 -
System Red Green Blue C M Y K H S L
Decimal 10 213 148 0.95 0 0.31 0.16 160.79 0.91 0.44
Hex A D5 94 5F 0 1F 10 A1 5B 2C
Octal 12 325 224 137 0 37 20 241 133 54
Binary 1010 11010101 10010100 1011111 0 11111 10000 10100001 1011011 101100

Color Harmonies of #0AD594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD594

Black with #0AD594

Text Example


Text Example

White with #0AD594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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