Html Css Color HEX #0FFA29 Free Speech Green

📋 copy color: '#0FFA29'

red 15 ◦ green 250 ◦ blue 41

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

Shades of Free Speech Green #0FFA29

Tints of Free Speech Green #0FFA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.4%

R = 4.9%
G = 81.7%
B = 13.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#0FFA29 (or 0x0FFA29) is known color: Free Speech Green. HEX triplet: 0F, FA and 29. RGB value is (15,250,41). Sum of RGB (Red+Green+Blue) = 15+250+41=306 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.90% from 306); Green value is 250 (98.05% from 255 or 81.70% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFA29 is #F005D6. Grayscale: #9C9C9C. Windows color (decimal): -15730135 or 2750991. OLE color: 2750991.

HSL color Cylindrical-coordinate representation of color #0FFA29: hue angle of 126.64º 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 #0FFA29 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 250 41 -
CMYK 0.94 0 0.84 0.02
HSL 126.64º 0.96% 0.52% -
HSV(B) 126.64º 0.94% 0.98% -
XYZ 34.78 68.63 13.51 -
YUV 155.91 63.14 27.49 -
System Red Green Blue C M Y K H S L
Decimal 15 250 41 0.94 0 0.84 0.02 126.64 0.96 0.52
Hex F FA 29 5E 0 54 2 7F 60 34
Octal 17 372 51 136 0 124 2 177 140 64
Binary 1111 11111010 101001 1011110 0 1010100 10 1111111 1100000 110100

Color Harmonies of #0FFA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFA29

Black with #0FFA29

Text Example


Text Example

White with #0FFA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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