Html Css Color HEX #0AD38D Caribbean Green

📋 copy color: '#0AD38D'

red 10 ◦ green 211 ◦ blue 141

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

Shades of Caribbean Green #0AD38D

Tints of Caribbean Green #0AD38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 58.29%

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

R = 2.76%
G = 58.29%
B = 38.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#0AD38D (or 0x0AD38D) is known color: Caribbean Green. HEX triplet: 0A, D3 and 8D. RGB value is (10,211,141). Sum of RGB (Red+Green+Blue) = 10+211+141=362 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.76% from 362); Green value is 211 (82.81% from 255 or 58.29% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 211 - color contains mainly: green. Hex color #0AD38D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD38D is #F52C72. Grayscale: #8F8F8F. Windows color (decimal): -16067699 or 9294602. OLE color: 9294602.

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

Color convert

RGB 10 211 141 -
CMYK 0.95 0 0.33 0.17
HSL 159.1º 0.91% 0.43% -
HSV(B) 159.1º 0.95% 0.83% -
XYZ 28.23 48.58 33.09 -
YUV 142.92 126.91 33.19 -
System Red Green Blue C M Y K H S L
Decimal 10 211 141 0.95 0 0.33 0.17 159.1 0.91 0.43
Hex A D3 8D 5F 0 21 11 9F 5B 2B
Octal 12 323 215 137 0 41 21 237 133 53
Binary 1010 11010011 10001101 1011111 0 100001 10001 10011111 1011011 101011

Color Harmonies of #0AD38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD38D

Black with #0AD38D

Text Example


Text Example

White with #0AD38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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