Html Css Color HEX #0DF988 Spring Green

📋 copy color: '#0DF988'

red 13 ◦ green 249 ◦ blue 136

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

Shades of Spring Green #0DF988

Tints of Spring Green #0DF988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.17%

R = 3.27%
G = 62.56%
B = 34.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#0DF988 (or 0x0DF988) is known color: Spring Green. HEX triplet: 0D, F9 and 88. RGB value is (13,249,136). Sum of RGB (Red+Green+Blue) = 13+249+136=398 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 398); Green value is 249 (97.66% from 255 or 62.56% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF988 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF988 is #F20677. Grayscale: #A5A5A5. Windows color (decimal): -15861368 or 8976653. OLE color: 8976653.

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

Color convert

RGB 13 249 136 -
CMYK 0.95 0 0.45 0.02
HSL 151.27º 0.95% 0.51% -
HSV(B) 151.27º 0.95% 0.98% -
XYZ 38.49 69.61 34.7 -
YUV 165.55 111.31 19.19 -
System Red Green Blue C M Y K H S L
Decimal 13 249 136 0.95 0 0.45 0.02 151.27 0.95 0.51
Hex D F9 88 5F 0 2D 2 97 5F 33
Octal 15 371 210 137 0 55 2 227 137 63
Binary 1101 11111001 10001000 1011111 0 101101 10 10010111 1011111 110011

Color Harmonies of #0DF988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF988

Black with #0DF988

Text Example


Text Example

White with #0DF988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,249,136); }

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

background-color css

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

 a { background-color: rgb(13,249,136); }

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

border-color css

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

 span { border-color: rgb(13,249,136); }

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