Html Css Color HEX #0DE685 Spring Green

📋 copy color: '#0DE685'

red 13 ◦ green 230 ◦ blue 133

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

Shades of Spring Green #0DE685

Tints of Spring Green #0DE685

RGB

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

 GREEN value IS 230 (90.23% from 255) = 61.17%

 BLUE value IS 133 (52.34% from 255) = 35.37%

R = 3.46%
G = 61.17%
B = 35.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#0DE685 (or 0x0DE685) is known color: Spring Green. HEX triplet: 0D, E6 and 85. RGB value is (13,230,133). Sum of RGB (Red+Green+Blue) = 13+230+133=376 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.46% from 376); Green value is 230 (90.23% from 255 or 61.17% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 230 - color contains mainly: green. Hex color #0DE685 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DE685 is #F2197A. Grayscale: #9A9A9A. Windows color (decimal): -15866235 or 8775181. OLE color: 8775181.

HSL color Cylindrical-coordinate representation of color #0DE685: hue angle of 153.18º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE685 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 13 230 133 -
CMYK 0.94 0 0.42 0.10
HSL 153.18º 0.89% 0.48% -
HSV(B) 153.18º 0.94% 0.9% -
XYZ 32.7 58.37 31.73 -
YUV 154.06 116.11 27.39 -
System Red Green Blue C M Y K H S L
Decimal 13 230 133 0.94 0 0.42 0.10 153.18 0.89 0.48
Hex D E6 85 5E 0 2A A 99 59 30
Octal 15 346 205 136 0 52 12 231 131 60
Binary 1101 11100110 10000101 1011110 0 101010 1010 10011001 1011001 110000

Color Harmonies of #0DE685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE685

Black with #0DE685

Text Example


Text Example

White with #0DE685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,230,133); }

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

background-color css

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

 a { background-color: rgb(13,230,133); }

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

border-color css

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

 span { border-color: rgb(13,230,133); }

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