Html Css Color HEX #0DF76A Spring Green

📋 copy color: '#0DF76A'

red 13 ◦ green 247 ◦ blue 106

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

Shades of Spring Green #0DF76A

Tints of Spring Green #0DF76A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 67.49%

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 3.55%
G = 67.49%
B = 28.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#0DF76A (or 0x0DF76A) is known color: Spring Green. HEX triplet: 0D, F7 and 6A. RGB value is (13,247,106). Sum of RGB (Red+Green+Blue) = 13+247+106=366 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.55% from 366); Green value is 247 (96.88% from 255 or 67.49% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 247 - color contains mainly: green. Hex color #0DF76A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF76A is #F20895. Grayscale: #A1A1A1. Windows color (decimal): -15861910 or 7010061. OLE color: 7010061.

HSL color Cylindrical-coordinate representation of color #0DF76A: hue angle of 143.85º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF76A is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 13 247 106 -
CMYK 0.95 0 0.57 0.03
HSL 143.85º 0.94% 0.51% -
HSV(B) 143.85º 0.95% 0.97% -
XYZ 36.03 67.65 24.79 -
YUV 160.96 96.98 22.46 -
System Red Green Blue C M Y K H S L
Decimal 13 247 106 0.95 0 0.57 0.03 143.85 0.94 0.51
Hex D F7 6A 5F 0 39 3 90 5E 33
Octal 15 367 152 137 0 71 3 220 136 63
Binary 1101 11110111 1101010 1011111 0 111001 11 10010000 1011110 110011

Color Harmonies of #0DF76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF76A

Black with #0DF76A

Text Example


Text Example

White with #0DF76A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,247,106); }

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

background-color css

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

 a { background-color: rgb(13,247,106); }

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

border-color css

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

 span { border-color: rgb(13,247,106); }

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