Html Css Color HEX #0FD925 Free Speech Green

📋 copy color: '#0FD925'

red 15 ◦ green 217 ◦ blue 37

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

Shades of Free Speech Green #0FD925

Tints of Free Speech Green #0FD925

RGB

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

 GREEN value IS 217 (85.16% from 255) = 80.67%

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

R = 5.58%
G = 80.67%
B = 13.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#0FD925 (or 0x0FD925) is known color: Free Speech Green. HEX triplet: 0F, D9 and 25. RGB value is (15,217,37). Sum of RGB (Red+Green+Blue) = 15+217+37=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 217 (85.16% from 255 or 80.67% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD925 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD925 is #F026DA. Grayscale: #888888. Windows color (decimal): -15738587 or 2480399. OLE color: 2480399.

HSL color Cylindrical-coordinate representation of color #0FD925: hue angle of 126.53º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD925 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 217 37 -
CMYK 0.93 0 0.83 0.15
HSL 126.53º 0.87% 0.45% -
HSV(B) 126.53º 0.93% 0.85% -
XYZ 25.34 49.86 10.04 -
YUV 136.08 72.08 41.64 -
System Red Green Blue C M Y K H S L
Decimal 15 217 37 0.93 0 0.83 0.15 126.53 0.87 0.45
Hex F D9 25 5D 0 53 F 7F 57 2D
Octal 17 331 45 135 0 123 17 177 127 55
Binary 1111 11011001 100101 1011101 0 1010011 1111 1111111 1010111 101101

Color Harmonies of #0FD925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD925

Black with #0FD925

Text Example


Text Example

White with #0FD925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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