Html Css Color HEX #0AF980 Spring Green

📋 copy color: '#0AF980'

red 10 ◦ green 249 ◦ blue 128

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

Shades of Spring Green #0AF980

Tints of Spring Green #0AF980

RGB

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

 GREEN value IS 249 (97.66% from 255) = 64.34%

 BLUE value IS 128 (50.39% from 255) = 33.07%

R = 2.58%
G = 64.34%
B = 33.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#0AF980 (or 0x0AF980) is known color: Spring Green. HEX triplet: 0A, F9 and 80. RGB value is (10,249,128). Sum of RGB (Red+Green+Blue) = 10+249+128=387 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 387); Green value is 249 (97.66% from 255 or 64.34% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF980 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF980 is #F5067F. Grayscale: #A3A3A3. Windows color (decimal): -16057984 or 8452362. OLE color: 8452362.

HSL color Cylindrical-coordinate representation of color #0AF980: hue angle of 149.62º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF980 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 249 128 -
CMYK 0.96 0 0.49 0.02
HSL 149.62º 0.95% 0.51% -
HSV(B) 149.62º 0.96% 0.98% -
XYZ 37.9 69.37 31.82 -
YUV 163.75 107.82 18.34 -
System Red Green Blue C M Y K H S L
Decimal 10 249 128 0.96 0 0.49 0.02 149.62 0.95 0.51
Hex A F9 80 60 0 31 2 96 5F 33
Octal 12 371 200 140 0 61 2 226 137 63
Binary 1010 11111001 10000000 1100000 0 110001 10 10010110 1011111 110011

Color Harmonies of #0AF980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF980

Black with #0AF980

Text Example


Text Example

White with #0AF980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,249,128); }

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

background-color css

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

 a { background-color: rgb(10,249,128); }

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

border-color css

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

 span { border-color: rgb(10,249,128); }

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