Html Css Color HEX #0FD200 Free Speech Green

📋 copy color: '#0FD200'

red 15 ◦ green 210 ◦ blue 0

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

Shades of Free Speech Green #0FD200

Tints of Free Speech Green #0FD200

RGB

 RED value IS 15 (6.25% from 255) = 6.67%

 GREEN value IS 210 (82.42% from 255) = 93.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.67%
G = 93.33%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#0FD200 (or 0x0FD200) is known color: Free Speech Green. HEX triplet: 0F, D2 and 00. RGB value is (15,210,0). Sum of RGB (Red+Green+Blue) = 15+210+0=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 210 (82.42% from 255 or 93.33% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD200 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD200 is #F02DFF. Grayscale: #808080. Windows color (decimal): -15740416 or 53775. OLE color: 53775.

HSL color Cylindrical-coordinate representation of color #0FD200: hue angle of 115.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0FD200 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 210 0 -
CMYK 0.93 0 1 0.18
HSL 115.71º 1% 0.41% -
HSV(B) 115.71º 1% 0.82% -
XYZ 23.24 46.19 7.69 -
YUV 127.76 55.9 47.58 -
System Red Green Blue C M Y K H S L
Decimal 15 210 0 0.93 0 1 0.18 115.71 1 0.41
Hex F D2 0 5D 0 64 12 74 64 29
Octal 17 322 0 135 0 144 22 164 144 51
Binary 1111 11010010 0 1011101 0 1100100 10010 1110100 1100100 101001

Color Harmonies of #0FD200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD200

Black with #0FD200

Text Example


Text Example

White with #0FD200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,210,0); }

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

background-color css

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

 a { background-color: rgb(15,210,0); }

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

border-color css

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

 span { border-color: rgb(15,210,0); }

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