Html Css Color HEX #0AFA7D Spring Green

📋 copy color: '#0AFA7D'

red 10 ◦ green 250 ◦ blue 125

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

Shades of Spring Green #0AFA7D

Tints of Spring Green #0AFA7D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 64.94%

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 2.6%
G = 64.94%
B = 32.47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#0AFA7D (or 0x0AFA7D) is known color: Spring Green. HEX triplet: 0A, FA and 7D. RGB value is (10,250,125). Sum of RGB (Red+Green+Blue) = 10+250+125=385 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 385); Green value is 250 (98.05% from 255 or 64.94% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFA7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFA7D is #F50582. Grayscale: #A4A4A4. Windows color (decimal): -16057731 or 8256010. OLE color: 8256010.

HSL color Cylindrical-coordinate representation of color #0AFA7D: hue angle of 148.75º degrees, saturation: 0.96, 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 #0AFA7D is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 250 125 -
CMYK 0.96 0 0.50 0.02
HSL 148.75º 0.96% 0.51% -
HSV(B) 148.75º 0.96% 0.98% -
XYZ 38.01 69.92 30.89 -
YUV 163.99 105.99 18.16 -
System Red Green Blue C M Y K H S L
Decimal 10 250 125 0.96 0 0.50 0.02 148.75 0.96 0.51
Hex A FA 7D 60 0 32 2 95 60 33
Octal 12 372 175 140 0 62 2 225 140 63
Binary 1010 11111010 1111101 1100000 0 110010 10 10010101 1100000 110011

Color Harmonies of #0AFA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFA7D

Black with #0AFA7D

Text Example


Text Example

White with #0AFA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,250,125); }

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

background-color css

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

 a { background-color: rgb(10,250,125); }

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

border-color css

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

 span { border-color: rgb(10,250,125); }

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