Html Css Color HEX #0FEB2A Free Speech Green

📋 copy color: '#0FEB2A'

red 15 ◦ green 235 ◦ blue 42

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

Shades of Free Speech Green #0FEB2A

Tints of Free Speech Green #0FEB2A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 80.48%

 BLUE value IS 42 (16.8% from 255) = 14.38%

R = 5.14%
G = 80.48%
B = 14.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#0FEB2A (or 0x0FEB2A) is known color: Free Speech Green. HEX triplet: 0F, EB and 2A. RGB value is (15,235,42). Sum of RGB (Red+Green+Blue) = 15+235+42=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 235 (92.19% from 255 or 80.48% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEB2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FEB2A is #F014D5. Grayscale: #939393. Windows color (decimal): -15733974 or 2812687. OLE color: 2812687.

HSL color Cylindrical-coordinate representation of color #0FEB2A: hue angle of 127.36º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEB2A is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 235 42 -
CMYK 0.94 0 0.82 0.08
HSL 127.36º 0.88% 0.49% -
HSV(B) 127.36º 0.94% 0.92% -
XYZ 30.32 59.69 12.11 -
YUV 147.22 68.61 33.69 -
System Red Green Blue C M Y K H S L
Decimal 15 235 42 0.94 0 0.82 0.08 127.36 0.88 0.49
Hex F EB 2A 5E 0 52 8 7F 58 31
Octal 17 353 52 136 0 122 10 177 130 61
Binary 1111 11101011 101010 1011110 0 1010010 1000 1111111 1011000 110001

Color Harmonies of #0FEB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEB2A

Black with #0FEB2A

Text Example


Text Example

White with #0FEB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,235,42); }

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

background-color css

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

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

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

border-color css

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

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

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