Html Css Color HEX #00F128 Free Speech Green

📋 copy color: '#00F128'

red 0 ◦ green 241 ◦ blue 40

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

Shades of Free Speech Green #00F128

Tints of Free Speech Green #00F128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 85.77%

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 0%
G = 85.77%
B = 14.23%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#00F128 (or 0x00F128) is known color: Free Speech Green. HEX triplet: 00, F1 and 28. RGB value is (0,241,40). Sum of RGB (Red+Green+Blue) = 0+241+40=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 241 (94.53% from 255 or 85.77% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 241 - color contains mainly: green. Hex color #00F128 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F128 is #FF0ED7. Grayscale: #929292. Windows color (decimal): -16715480 or 2683136. OLE color: 2683136.

HSL color Cylindrical-coordinate representation of color #00F128: hue angle of 129.96º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F128 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 0 241 40 -
CMYK 1 0 0.83 0.05
HSL 129.96º 1% 0.47% -
HSV(B) 129.96º 1% 0.95% -
XYZ 31.84 63.06 12.5 -
YUV 146.03 68.16 23.84 -
System Red Green Blue C M Y K H S L
Decimal 0 241 40 1 0 0.83 0.05 129.96 1 0.47
Hex 0 F1 28 64 0 53 5 82 64 2F
Octal 0 361 50 144 0 123 5 202 144 57
Binary 0 11110001 101000 1100100 0 1010011 101 10000010 1100100 101111

Color Harmonies of #00F128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F128

Black with #00F128

Text Example


Text Example

White with #00F128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,241,40); }

 H1.HeaderClassName
 {
   color: #00F128;
 }
 .AnyTagClassName
 {
   color: #00F128;
 }
</style>

background-color css

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

 a { background-color: rgb(0,241,40); }

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

border-color css

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

 span { border-color: rgb(0,241,40); }

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