Html Css Color HEX #0FFA1A Free Speech Green

📋 copy color: '#0FFA1A'

red 15 ◦ green 250 ◦ blue 26

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

Shades of Free Speech Green #0FFA1A

Tints of Free Speech Green #0FFA1A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 85.91%

 BLUE value IS 26 (10.55% from 255) = 8.93%

R = 5.15%
G = 85.91%
B = 8.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#0FFA1A (or 0x0FFA1A) is known color: Free Speech Green. HEX triplet: 0F, FA and 1A. RGB value is (15,250,26). Sum of RGB (Red+Green+Blue) = 15+250+26=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 250 (98.05% from 255 or 85.91% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA1A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFA1A is #F005E5. Grayscale: #9A9A9A. Windows color (decimal): -15730150 or 1767951. OLE color: 1767951.

HSL color Cylindrical-coordinate representation of color #0FFA1A: hue angle of 122.81º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFA1A is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 250 26 -
CMYK 0.94 0 0.90 0.02
HSL 122.81º 0.96% 0.52% -
HSV(B) 122.81º 0.94% 0.98% -
XYZ 34.57 68.55 12.39 -
YUV 154.2 55.64 28.71 -
System Red Green Blue C M Y K H S L
Decimal 15 250 26 0.94 0 0.90 0.02 122.81 0.96 0.52
Hex F FA 1A 5E 0 5A 2 7B 60 34
Octal 17 372 32 136 0 132 2 173 140 64
Binary 1111 11111010 11010 1011110 0 1011010 10 1111011 1100000 110100

Color Harmonies of #0FFA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFA1A

Black with #0FFA1A

Text Example


Text Example

White with #0FFA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,250,26); }

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

background-color css

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

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

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

border-color css

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

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

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