Html Css Color HEX #0FD508 Free Speech Green

📋 copy color: '#0FD508'

red 15 ◦ green 213 ◦ blue 8

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

Shades of Free Speech Green #0FD508

Tints of Free Speech Green #0FD508

RGB

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

 GREEN value IS 213 (83.59% from 255) = 90.25%

 BLUE value IS 8 (3.52% from 255) = 3.39%

R = 6.36%
G = 90.25%
B = 3.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#0FD508 (or 0x0FD508) is known color: Free Speech Green. HEX triplet: 0F, D5 and 08. RGB value is (15,213,8). Sum of RGB (Red+Green+Blue) = 15+213+8=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 213 (83.59% from 255 or 90.25% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD508 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD508 is #F02AF7. Grayscale: #838383. Windows color (decimal): -15739640 or 578831. OLE color: 578831.

HSL color Cylindrical-coordinate representation of color #0FD508: hue angle of 117.95º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FD508 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 15 213 8 -
CMYK 0.93 0 0.96 0.16
HSL 117.95º 0.93% 0.43% -
HSV(B) 117.95º 0.96% 0.84% -
XYZ 24.04 47.71 8.17 -
YUV 130.43 58.9 45.67 -
System Red Green Blue C M Y K H S L
Decimal 15 213 8 0.93 0 0.96 0.16 117.95 0.93 0.43
Hex F D5 8 5D 0 60 10 76 5D 2B
Octal 17 325 10 135 0 140 20 166 135 53
Binary 1111 11010101 1000 1011101 0 1100000 10000 1110110 1011101 101011

Color Harmonies of #0FD508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD508

Black with #0FD508

Text Example


Text Example

White with #0FD508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,213,8); }

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

background-color css

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

 a { background-color: rgb(15,213,8); }

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

border-color css

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

 span { border-color: rgb(15,213,8); }

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