Html Css Color HEX #0DF715 Free Speech Green

📋 copy color: '#0DF715'

red 13 ◦ green 247 ◦ blue 21

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

Shades of Free Speech Green #0DF715

Tints of Free Speech Green #0DF715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.47%

R = 4.63%
G = 87.9%
B = 7.47%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#0DF715 (or 0x0DF715) is known color: Free Speech Green. HEX triplet: 0D, F7 and 15. RGB value is (13,247,21). Sum of RGB (Red+Green+Blue) = 13+247+21=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 247 (96.88% from 255 or 87.90% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 247 - color contains mainly: green. Hex color #0DF715 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF715 is #F208EA. Grayscale: #979797. Windows color (decimal): -15861995 or 1439501. OLE color: 1439501.

HSL color Cylindrical-coordinate representation of color #0DF715: hue angle of 122.05º 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 #0DF715 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 13 247 21 -
CMYK 0.95 0 0.91 0.03
HSL 122.05º 0.94% 0.51% -
HSV(B) 122.05º 0.95% 0.97% -
XYZ 33.56 66.66 11.81 -
YUV 151.27 54.48 29.38 -
System Red Green Blue C M Y K H S L
Decimal 13 247 21 0.95 0 0.91 0.03 122.05 0.94 0.51
Hex D F7 15 5F 0 5B 3 7A 5E 33
Octal 15 367 25 137 0 133 3 172 136 63
Binary 1101 11110111 10101 1011111 0 1011011 11 1111010 1011110 110011

Color Harmonies of #0DF715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF715

Black with #0DF715

Text Example


Text Example

White with #0DF715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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