#0DFF7A

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

Shades of Spring Green #0DFF7A

Tints of Spring Green #0DFF7A

Color information

#0DFF7A (or 0x0DFF7A) is unknown color: approx Spring Green. HEX triplet: 0D, FF and 7A. RGB value is (13,255,122). Sum of RGB (Red+Green+Blue) = 13+255+122=390 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.33% from 390); Green value is 255 (100% from 255 or 65.38% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFF7A is #F20085. Grayscale: #A7A7A7. Windows color (decimal): -15859846 or 8060685. OLE color: 8060685.

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

Color convert

RGB13255122-
CMYK0.9500.520
HSL147.02º100%52.55%-
HSV(B)147.02º94.9%100%-
XYZ39.4473.0130.43-
YUV167.48102.3317.81-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.33%
GREEN value IS 255 (100% from 255) = 65.38%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=3.33%
G=65.38%
B=31.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal132551220.9500.520147.0210052.55
HexDFF7A5F0340936435
Octal15377172137064022314465
Binary1101111111111111010101111101101000100100111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DFF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,255,122); }

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

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

 a { background-color: rgb(13,255,122); }

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

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

 span { border-color: rgb(13,255,122); }

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