Html Css Color HEX #0AD977 Spring Green

📋 copy color: '#0AD977'

red 10 ◦ green 217 ◦ blue 119

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

Shades of Spring Green #0AD977

Tints of Spring Green #0AD977

RGB

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

 GREEN value IS 217 (85.16% from 255) = 62.72%

 BLUE value IS 119 (46.88% from 255) = 34.39%

R = 2.89%
G = 62.72%
B = 34.39%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#0AD977 (or 0x0AD977) is known color: Spring Green. HEX triplet: 0A, D9 and 77. RGB value is (10,217,119). Sum of RGB (Red+Green+Blue) = 10+217+119=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 217 (85.16% from 255 or 62.72% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD977 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD977 is #F52688. Grayscale: #909090. Windows color (decimal): -16066185 or 7854346. OLE color: 7854346.

HSL color Cylindrical-coordinate representation of color #0AD977: hue angle of 151.59º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD977 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 10 217 119 -
CMYK 0.95 0 0.45 0.15
HSL 151.59º 0.91% 0.45% -
HSV(B) 151.59º 0.95% 0.85% -
XYZ 28.27 51.02 25.81 -
YUV 143.94 113.92 32.47 -
System Red Green Blue C M Y K H S L
Decimal 10 217 119 0.95 0 0.45 0.15 151.59 0.91 0.45
Hex A D9 77 5F 0 2D F 98 5B 2D
Octal 12 331 167 137 0 55 17 230 133 55
Binary 1010 11011001 1110111 1011111 0 101101 1111 10011000 1011011 101101

Color Harmonies of #0AD977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD977

Black with #0AD977

Text Example


Text Example

White with #0AD977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,217,119); }

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

background-color css

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

 a { background-color: rgb(10,217,119); }

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

border-color css

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

 span { border-color: rgb(10,217,119); }

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