#00FA1D

Color #00FA1D Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #00FA1D

Tints of Free Speech Green #00FA1D

Color information

#00FA1D (or 0x00FA1D) is unknown color: approx Free Speech Green. HEX triplet: 00, FA and 1D. RGB value is (0,250,29). Sum of RGB (Red+Green+Blue) = 0+250+29=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 250 (98.05% from 255 or 89.61% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 250 - color contains mainly: green. Hex color #00FA1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FA1D is #FF05E2. Grayscale: #969696. Windows color (decimal): -16713187 or 1964544. OLE color: 1964544.

HSL color Cylindrical-coordinate representation of color #00FA1D: hue angle of 126.96º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FA1D is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB025029-
CMYK100.880.02
HSL126.96º100%49.02%-
HSV(B)126.96º100%98.04%-
XYZ34.4168.4612.56-
YUV150.0659.6820.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 250 (98.05% from 255) = 89.61%
BLUE value IS 29 (11.72% from 255) = 10.39%
R=0%
G=89.61%
B=10.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal025029100.880.02126.9610049.02
Hex0FA1D6405827f6431
Octal0372351440130217714461
Binary011111010111011100100010110001011111111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00FA1D; }

 p { color: rgb(0,250,29); }

 H1.HeaderClassName
 {
   color: #00FA1D;
 }
 .AnyTagClassName
 {
   color: #00FA1D;
 }
</style>
background-color css

<style>
 a { background-color: #00FA1D; }

 a { background-color: rgb(0,250,29); }

 div.DivClassName
 {
   background-color: #00FA1D;
 }
 .BgClassName
 {
   background-color: #00FA1D;
 }
</style>
border-color css

<style>
 span { border-color: #00FA1D; }

 span { border-color: rgb(0,250,29); }

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