Html Css Color HEX #0AD08D Caribbean Green

📋 copy color: '#0AD08D'

red 10 ◦ green 208 ◦ blue 141

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

Shades of Caribbean Green #0AD08D

Tints of Caribbean Green #0AD08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.94%

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 2.79%
G = 57.94%
B = 39.28%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#0AD08D (or 0x0AD08D) is known color: Caribbean Green. HEX triplet: 0A, D0 and 8D. RGB value is (10,208,141). Sum of RGB (Red+Green+Blue) = 10+208+141=359 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 359); Green value is 208 (81.64% from 255 or 57.94% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 208 - color contains mainly: green. Hex color #0AD08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD08D is #F52F72. Grayscale: #8D8D8D. Windows color (decimal): -16068467 or 9293834. OLE color: 9293834.

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

Color convert

RGB 10 208 141 -
CMYK 0.95 0 0.32 0.18
HSL 159.7º 0.91% 0.43% -
HSV(B) 159.7º 0.95% 0.82% -
XYZ 27.49 47.1 32.84 -
YUV 141.16 127.9 34.45 -
System Red Green Blue C M Y K H S L
Decimal 10 208 141 0.95 0 0.32 0.18 159.7 0.91 0.43
Hex A D0 8D 5F 0 20 12 A0 5B 2B
Octal 12 320 215 137 0 40 22 240 133 53
Binary 1010 11010000 10001101 1011111 0 100000 10010 10100000 1011011 101011

Color Harmonies of #0AD08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD08D

Black with #0AD08D

Text Example


Text Example

White with #0AD08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,208,141); }

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

background-color css

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

 a { background-color: rgb(10,208,141); }

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

border-color css

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

 span { border-color: rgb(10,208,141); }

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