Html Css Color HEX #0AD490 Caribbean Green

📋 copy color: '#0AD490'

red 10 ◦ green 212 ◦ blue 144

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

Shades of Caribbean Green #0AD490

Tints of Caribbean Green #0AD490

RGB

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

 GREEN value IS 212 (83.2% from 255) = 57.92%

 BLUE value IS 144 (56.64% from 255) = 39.34%

R = 2.73%
G = 57.92%
B = 39.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#0AD490 (or 0x0AD490) is known color: Caribbean Green. HEX triplet: 0A, D4 and 90. RGB value is (10,212,144). Sum of RGB (Red+Green+Blue) = 10+212+144=366 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.73% from 366); Green value is 212 (83.20% from 255 or 57.92% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD490 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD490 is #F52B6F. Grayscale: #8F8F8F. Windows color (decimal): -16067440 or 9491466. OLE color: 9491466.

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

Color convert

RGB 10 212 144 -
CMYK 0.95 0 0.32 0.17
HSL 159.8º 0.91% 0.44% -
HSV(B) 159.8º 0.95% 0.83% -
XYZ 28.7 49.17 34.36 -
YUV 143.85 128.08 32.53 -
System Red Green Blue C M Y K H S L
Decimal 10 212 144 0.95 0 0.32 0.17 159.8 0.91 0.44
Hex A D4 90 5F 0 20 11 A0 5B 2C
Octal 12 324 220 137 0 40 21 240 133 54
Binary 1010 11010100 10010000 1011111 0 100000 10001 10100000 1011011 101100

Color Harmonies of #0AD490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD490

Black with #0AD490

Text Example


Text Example

White with #0AD490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,212,144); }

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

background-color css

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

 a { background-color: rgb(10,212,144); }

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

border-color css

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

 span { border-color: rgb(10,212,144); }

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