Html Css Color HEX #0FDD21 Free Speech Green

📋 copy color: '#0FDD21'

red 15 ◦ green 221 ◦ blue 33

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

Shades of Free Speech Green #0FDD21

Tints of Free Speech Green #0FDD21

RGB

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

 GREEN value IS 221 (86.72% from 255) = 82.16%

 BLUE value IS 33 (13.28% from 255) = 12.27%

R = 5.58%
G = 82.16%
B = 12.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#0FDD21 (or 0x0FDD21) is known color: Free Speech Green. HEX triplet: 0F, DD and 21. RGB value is (15,221,33). Sum of RGB (Red+Green+Blue) = 15+221+33=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 221 (86.72% from 255 or 82.16% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDD21 is #F022DE. Grayscale: #8A8A8A. Windows color (decimal): -15737567 or 2219279. OLE color: 2219279.

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

Color convert

RGB 15 221 33 -
CMYK 0.93 0 0.85 0.13
HSL 125.24º 0.87% 0.46% -
HSV(B) 125.24º 0.93% 0.87% -
XYZ 26.33 51.92 10.07 -
YUV 137.97 68.75 40.29 -
System Red Green Blue C M Y K H S L
Decimal 15 221 33 0.93 0 0.85 0.13 125.24 0.87 0.46
Hex F DD 21 5D 0 55 D 7D 57 2E
Octal 17 335 41 135 0 125 15 175 127 56
Binary 1111 11011101 100001 1011101 0 1010101 1101 1111101 1010111 101110

Color Harmonies of #0FDD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDD21

Black with #0FDD21

Text Example


Text Example

White with #0FDD21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,221,33); }

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

background-color css

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

 a { background-color: rgb(15,221,33); }

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

border-color css

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

 span { border-color: rgb(15,221,33); }

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