Html Css Color HEX #0AD795 Caribbean Green

📋 copy color: '#0AD795'

red 10 ◦ green 215 ◦ blue 149

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

Shades of Caribbean Green #0AD795

Tints of Caribbean Green #0AD795

RGB

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

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

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

R = 2.67%
G = 57.49%
B = 39.84%

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

#0AD795 (or 0x0AD795) is known color: Caribbean Green. HEX triplet: 0A, D7 and 95. RGB value is (10,215,149). Sum of RGB (Red+Green+Blue) = 10+215+149=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 215 (84.38% from 255 or 57.49% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD795 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD795 is #F5286A. Grayscale: #929292. Windows color (decimal): -16066667 or 9819914. OLE color: 9819914.

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

Color convert

RGB 10 215 149 -
CMYK 0.95 0 0.31 0.16
HSL 160.68º 0.91% 0.44% -
HSV(B) 160.68º 0.95% 0.84% -
XYZ 29.85 50.84 36.67 -
YUV 146.18 129.58 30.87 -
System Red Green Blue C M Y K H S L
Decimal 10 215 149 0.95 0 0.31 0.16 160.68 0.91 0.44
Hex A D7 95 5F 0 1F 10 A1 5B 2C
Octal 12 327 225 137 0 37 20 241 133 54
Binary 1010 11010111 10010101 1011111 0 11111 10000 10100001 1011011 101100

Color Harmonies of #0AD795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD795

Black with #0AD795

Text Example


Text Example

White with #0AD795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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