Html Css Color HEX #0DFB6F Spring Green

📋 copy color: '#0DFB6F'

red 13 ◦ green 251 ◦ blue 111

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

Shades of Spring Green #0DFB6F

Tints of Spring Green #0DFB6F

RGB

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

 GREEN value IS 251 (98.44% from 255) = 66.93%

 BLUE value IS 111 (43.75% from 255) = 29.6%

R = 3.47%
G = 66.93%
B = 29.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#0DFB6F (or 0x0DFB6F) is known color: Spring Green. HEX triplet: 0D, FB and 6F. RGB value is (13,251,111). Sum of RGB (Red+Green+Blue) = 13+251+111=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 251 (98.44% from 255 or 66.93% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB6F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFB6F is #F20490. Grayscale: #A4A4A4. Windows color (decimal): -15860881 or 7338765. OLE color: 7338765.

HSL color Cylindrical-coordinate representation of color #0DFB6F: hue angle of 144.71º degrees, saturation: 0.97, 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 #0DFB6F is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 251 111 -
CMYK 0.95 0 0.56 0.02
HSL 144.71º 0.97% 0.52% -
HSV(B) 144.71º 0.95% 0.98% -
XYZ 37.53 70.23 26.62 -
YUV 163.88 98.15 20.38 -
System Red Green Blue C M Y K H S L
Decimal 13 251 111 0.95 0 0.56 0.02 144.71 0.97 0.52
Hex D FB 6F 5F 0 38 2 91 61 34
Octal 15 373 157 137 0 70 2 221 141 64
Binary 1101 11111011 1101111 1011111 0 111000 10 10010001 1100001 110100

Color Harmonies of #0DFB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFB6F

Black with #0DFB6F

Text Example


Text Example

White with #0DFB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,251,111); }

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

background-color css

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

 a { background-color: rgb(13,251,111); }

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

border-color css

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

 span { border-color: rgb(13,251,111); }

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