Html Css Color HEX #0FDD03 Free Speech Green

📋 copy color: '#0FDD03'

red 15 ◦ green 221 ◦ blue 3

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

Shades of Free Speech Green #0FDD03

Tints of Free Speech Green #0FDD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.26%

R = 6.28%
G = 92.47%
B = 1.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#0FDD03 (or 0x0FDD03) is known color: Free Speech Green. HEX triplet: 0F, DD and 03. RGB value is (15,221,3). Sum of RGB (Red+Green+Blue) = 15+221+3=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 221 (86.72% from 255 or 92.47% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDD03 is #F022FC. Grayscale: #878787. Windows color (decimal): -15737597 or 253199. OLE color: 253199.

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

Color convert

RGB 15 221 3 -
CMYK 0.93 0 0.99 0.13
HSL 116.7º 0.97% 0.44% -
HSV(B) 116.7º 0.99% 0.87% -
XYZ 26.07 51.82 8.71 -
YUV 134.55 53.75 42.73 -
System Red Green Blue C M Y K H S L
Decimal 15 221 3 0.93 0 0.99 0.13 116.7 0.97 0.44
Hex F DD 3 5D 0 63 D 75 61 2C
Octal 17 335 3 135 0 143 15 165 141 54
Binary 1111 11011101 11 1011101 0 1100011 1101 1110101 1100001 101100

Color Harmonies of #0FDD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDD03

Black with #0FDD03

Text Example


Text Example

White with #0FDD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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