#0DFA77

Color #0DFA77 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #0DFA77

Tints of Spring Green #0DFA77

Color information

#0DFA77 (or 0x0DFA77) is unknown color: approx Spring Green. HEX triplet: 0D, FA and 77. RGB value is (13,250,119). Sum of RGB (Red+Green+Blue) = 13+250+119=382 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.40% from 382); Green value is 250 (98.05% from 255 or 65.45% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFA77 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFA77 is #F20588. Grayscale: #A4A4A4. Windows color (decimal): -15861129 or 7862797. OLE color: 7862797.

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

Color convert

RGB13250119-
CMYK0.9500.520.02
HSL146.84º95.95%51.57%-
HSV(B)146.84º94.8%98.04%-
XYZ37.6869.7928.94-
YUV164.2102.4820.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.40%
GREEN value IS 250 (98.05% from 255) = 65.45%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=3.40%
G=65.45%
B=31.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal132501190.9500.520.02146.8495.9551.57
HexDFA775F0342936034
Octal15372167137064222314064
Binary11011111101011101111011111011010010100100111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DFA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,250,119); }

 H1.HeaderClassName
 {
   color: #0DFA77;
 }
 .AnyTagClassName
 {
   color: #0DFA77;
 }
</style>
background-color css

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

 a { background-color: rgb(13,250,119); }

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

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

 span { border-color: rgb(13,250,119); }

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