Html Css Color HEX #0DE97B Spring Green

📋 copy color: '#0DE97B'

red 13 ◦ green 233 ◦ blue 123

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

Shades of Spring Green #0DE97B

Tints of Spring Green #0DE97B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 63.14%

 BLUE value IS 123 (48.44% from 255) = 33.33%

R = 3.52%
G = 63.14%
B = 33.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#0DE97B (or 0x0DE97B) is known color: Spring Green. HEX triplet: 0D, E9 and 7B. RGB value is (13,233,123). Sum of RGB (Red+Green+Blue) = 13+233+123=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 233 (91.41% from 255 or 63.14% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 233 - color contains mainly: green. Hex color #0DE97B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DE97B is #F21684. Grayscale: #9A9A9A. Windows color (decimal): -15865477 or 8120589. OLE color: 8120589.

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

Color convert

RGB 13 233 123 -
CMYK 0.94 0 0.47 0.09
HSL 150º 0.89% 0.48% -
HSV(B) 150º 0.94% 0.91% -
XYZ 32.88 59.79 28.55 -
YUV 154.68 110.11 26.94 -
System Red Green Blue C M Y K H S L
Decimal 13 233 123 0.94 0 0.47 0.09 150 0.89 0.48
Hex D E9 7B 5E 0 2F 9 96 59 30
Octal 15 351 173 136 0 57 11 226 131 60
Binary 1101 11101001 1111011 1011110 0 101111 1001 10010110 1011001 110000

Color Harmonies of #0DE97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE97B

Black with #0DE97B

Text Example


Text Example

White with #0DE97B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,233,123); }

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

background-color css

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

 a { background-color: rgb(13,233,123); }

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

border-color css

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

 span { border-color: rgb(13,233,123); }

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