Html Css Color HEX #0DFD6E Spring Green

📋 copy color: '#0DFD6E'

red 13 ◦ green 253 ◦ blue 110

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

Shades of Spring Green #0DFD6E

Tints of Spring Green #0DFD6E

RGB

 RED value IS 13 (5.47% from 255) = 3.46%

 GREEN value IS 253 (99.22% from 255) = 67.29%

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 3.46%
G = 67.29%
B = 29.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#0DFD6E (or 0x0DFD6E) is known color: Spring Green. HEX triplet: 0D, FD and 6E. RGB value is (13,253,110). Sum of RGB (Red+Green+Blue) = 13+253+110=376 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.46% from 376); Green value is 253 (99.22% from 255 or 67.29% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 253 - color contains mainly: green. Hex color #0DFD6E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFD6E is #F20291. Grayscale: #A5A5A5. Windows color (decimal): -15860370 or 7273741. OLE color: 7273741.

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

Color convert

RGB 13 253 110 -
CMYK 0.95 0 0.57 0.01
HSL 144.25º 0.98% 0.52% -
HSV(B) 144.25º 0.95% 0.99% -
XYZ 38.11 71.46 26.54 -
YUV 164.94 96.99 19.63 -
System Red Green Blue C M Y K H S L
Decimal 13 253 110 0.95 0 0.57 0.01 144.25 0.98 0.52
Hex D FD 6E 5F 0 39 1 90 62 34
Octal 15 375 156 137 0 71 1 220 142 64
Binary 1101 11111101 1101110 1011111 0 111001 1 10010000 1100010 110100

Color Harmonies of #0DFD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFD6E

Black with #0DFD6E

Text Example


Text Example

White with #0DFD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,253,110); }

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

background-color css

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

 a { background-color: rgb(13,253,110); }

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

border-color css

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

 span { border-color: rgb(13,253,110); }

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