Html Css Color HEX #0AD791 Caribbean Green

📋 copy color: '#0AD791'

red 10 ◦ green 215 ◦ blue 145

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

Shades of Caribbean Green #0AD791

Tints of Caribbean Green #0AD791

RGB

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

 GREEN value IS 215 (84.38% from 255) = 58.11%

 BLUE value IS 145 (57.03% from 255) = 39.19%

R = 2.7%
G = 58.11%
B = 39.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#0AD791 (or 0x0AD791) is known color: Caribbean Green. HEX triplet: 0A, D7 and 91. RGB value is (10,215,145). Sum of RGB (Red+Green+Blue) = 10+215+145=370 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 370); Green value is 215 (84.38% from 255 or 58.11% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD791 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD791 is #F5286E. Grayscale: #919191. Windows color (decimal): -16066671 or 9557770. OLE color: 9557770.

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

Color convert

RGB 10 215 145 -
CMYK 0.95 0 0.33 0.16
HSL 159.51º 0.91% 0.44% -
HSV(B) 159.51º 0.95% 0.84% -
XYZ 29.54 50.71 35.02 -
YUV 145.73 127.58 31.19 -
System Red Green Blue C M Y K H S L
Decimal 10 215 145 0.95 0 0.33 0.16 159.51 0.91 0.44
Hex A D7 91 5F 0 21 10 A0 5B 2C
Octal 12 327 221 137 0 41 20 240 133 54
Binary 1010 11010111 10010001 1011111 0 100001 10000 10100000 1011011 101100

Color Harmonies of #0AD791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD791

Black with #0AD791

Text Example


Text Example

White with #0AD791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,215,145); }

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

background-color css

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

 a { background-color: rgb(10,215,145); }

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

border-color css

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

 span { border-color: rgb(10,215,145); }

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