Html Css Color HEX #0AF97F Spring Green

📋 copy color: '#0AF97F'

red 10 ◦ green 249 ◦ blue 127

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

Shades of Spring Green #0AF97F

Tints of Spring Green #0AF97F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.9%

R = 2.59%
G = 64.51%
B = 32.9%

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

#0AF97F (or 0x0AF97F) is known color: Spring Green. HEX triplet: 0A, F9 and 7F. RGB value is (10,249,127). Sum of RGB (Red+Green+Blue) = 10+249+127=386 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.59% from 386); Green value is 249 (97.66% from 255 or 64.51% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF97F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF97F is #F50680. Grayscale: #A3A3A3. Windows color (decimal): -16057985 or 8386826. OLE color: 8386826.

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

Color convert

RGB 10 249 127 -
CMYK 0.96 0 0.49 0.02
HSL 149.37º 0.95% 0.51% -
HSV(B) 149.37º 0.96% 0.98% -
XYZ 37.83 69.35 31.47 -
YUV 163.63 107.32 18.42 -
System Red Green Blue C M Y K H S L
Decimal 10 249 127 0.96 0 0.49 0.02 149.37 0.95 0.51
Hex A F9 7F 60 0 31 2 95 5F 33
Octal 12 371 177 140 0 61 2 225 137 63
Binary 1010 11111001 1111111 1100000 0 110001 10 10010101 1011111 110011

Color Harmonies of #0AF97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF97F

Black with #0AF97F

Text Example


Text Example

White with #0AF97F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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