Html Css Color HEX #0FCF0F Free Speech Green

📋 copy color: '#0FCF0F'

red 15 ◦ green 207 ◦ blue 15

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

Shades of Free Speech Green #0FCF0F

Tints of Free Speech Green #0FCF0F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 87.34%

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 6.33%
G = 87.34%
B = 6.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#0FCF0F (or 0x0FCF0F) is known color: Free Speech Green. HEX triplet: 0F, CF and 0F. RGB value is (15,207,15). Sum of RGB (Red+Green+Blue) = 15+207+15=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 207 (81.25% from 255 or 87.34% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCF0F is #F030F0. Grayscale: #808080. Windows color (decimal): -15741169 or 1036047. OLE color: 1036047.

HSL color Cylindrical-coordinate representation of color #0FCF0F: hue angle of 120º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF0F is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 207 15 -
CMYK 0.93 0 0.93 0.19
HSL 120º 0.86% 0.44% -
HSV(B) 120º 0.93% 0.81% -
XYZ 22.6 44.76 7.9 -
YUV 127.7 64.39 47.61 -
System Red Green Blue C M Y K H S L
Decimal 15 207 15 0.93 0 0.93 0.19 120 0.86 0.44
Hex F CF F 5D 0 5D 13 78 56 2C
Octal 17 317 17 135 0 135 23 170 126 54
Binary 1111 11001111 1111 1011101 0 1011101 10011 1111000 1010110 101100

Color Harmonies of #0FCF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCF0F

Black with #0FCF0F

Text Example


Text Example

White with #0FCF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,207,15); }

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

background-color css

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

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

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

border-color css

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

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

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