Html Css Color HEX #0FD308 Free Speech Green

📋 copy color: '#0FD308'

red 15 ◦ green 211 ◦ blue 8

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

Shades of Free Speech Green #0FD308

Tints of Free Speech Green #0FD308

RGB

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

 GREEN value IS 211 (82.81% from 255) = 90.17%

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

R = 6.41%
G = 90.17%
B = 3.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#0FD308 (or 0x0FD308) is known color: Free Speech Green. HEX triplet: 0F, D3 and 08. RGB value is (15,211,8). Sum of RGB (Red+Green+Blue) = 15+211+8=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 211 (82.81% from 255 or 90.17% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 211 - color contains mainly: green. Hex color #0FD308 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD308 is #F02CF7. Grayscale: #818181. Windows color (decimal): -15740152 or 578319. OLE color: 578319.

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

Color convert

RGB 15 211 8 -
CMYK 0.93 0 0.96 0.17
HSL 117.93º 0.93% 0.43% -
HSV(B) 117.93º 0.96% 0.83% -
XYZ 23.54 46.71 8 -
YUV 129.25 59.57 46.51 -
System Red Green Blue C M Y K H S L
Decimal 15 211 8 0.93 0 0.96 0.17 117.93 0.93 0.43
Hex F D3 8 5D 0 60 11 76 5D 2B
Octal 17 323 10 135 0 140 21 166 135 53
Binary 1111 11010011 1000 1011101 0 1100000 10001 1110110 1011101 101011

Color Harmonies of #0FD308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD308

Black with #0FD308

Text Example


Text Example

White with #0FD308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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