Html Css Color HEX #0FE125 Free Speech Green

📋 copy color: '#0FE125'

red 15 ◦ green 225 ◦ blue 37

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

Shades of Free Speech Green #0FE125

Tints of Free Speech Green #0FE125

RGB

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

 GREEN value IS 225 (88.28% from 255) = 81.23%

 BLUE value IS 37 (14.84% from 255) = 13.36%

R = 5.42%
G = 81.23%
B = 13.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#0FE125 (or 0x0FE125) is known color: Free Speech Green. HEX triplet: 0F, E1 and 25. RGB value is (15,225,37). Sum of RGB (Red+Green+Blue) = 15+225+37=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 225 (88.28% from 255 or 81.23% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE125 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE125 is #F01EDA. Grayscale: #8D8D8D. Windows color (decimal): -15736539 or 2482447. OLE color: 2482447.

HSL color Cylindrical-coordinate representation of color #0FE125: hue angle of 126.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE125 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 225 37 -
CMYK 0.93 0 0.84 0.12
HSL 126.29º 0.88% 0.47% -
HSV(B) 126.29º 0.93% 0.88% -
XYZ 27.46 54.09 10.74 -
YUV 140.78 69.43 38.29 -
System Red Green Blue C M Y K H S L
Decimal 15 225 37 0.93 0 0.84 0.12 126.29 0.88 0.47
Hex F E1 25 5D 0 54 C 7E 58 2F
Octal 17 341 45 135 0 124 14 176 130 57
Binary 1111 11100001 100101 1011101 0 1010100 1100 1111110 1011000 101111

Color Harmonies of #0FE125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE125

Black with #0FE125

Text Example


Text Example

White with #0FE125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,225,37); }

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

background-color css

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

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

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

border-color css

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

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

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