Html Css Color HEX #0DF67A Spring Green

📋 copy color: '#0DF67A'

red 13 ◦ green 246 ◦ blue 122

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

Shades of Spring Green #0DF67A

Tints of Spring Green #0DF67A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 64.57%

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 3.41%
G = 64.57%
B = 32.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#0DF67A (or 0x0DF67A) is known color: Spring Green. HEX triplet: 0D, F6 and 7A. RGB value is (13,246,122). Sum of RGB (Red+Green+Blue) = 13+246+122=381 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.41% from 381); Green value is 246 (96.48% from 255 or 64.57% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF67A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF67A is #F20985. Grayscale: #A2A2A2. Windows color (decimal): -15862150 or 8058381. OLE color: 8058381.

HSL color Cylindrical-coordinate representation of color #0DF67A: hue angle of 148.07º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF67A is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 13 246 122 -
CMYK 0.95 0 0.50 0.04
HSL 148.07º 0.93% 0.51% -
HSV(B) 148.07º 0.95% 0.96% -
XYZ 36.63 67.4 29.49 -
YUV 162.2 105.31 21.58 -
System Red Green Blue C M Y K H S L
Decimal 13 246 122 0.95 0 0.50 0.04 148.07 0.93 0.51
Hex D F6 7A 5F 0 32 4 94 5D 33
Octal 15 366 172 137 0 62 4 224 135 63
Binary 1101 11110110 1111010 1011111 0 110010 100 10010100 1011101 110011

Color Harmonies of #0DF67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF67A

Black with #0DF67A

Text Example


Text Example

White with #0DF67A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,246,122); }

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

background-color css

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

 a { background-color: rgb(13,246,122); }

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

border-color css

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

 span { border-color: rgb(13,246,122); }

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