Html Css Color HEX #0FDD02 Free Speech Green

📋 copy color: '#0FDD02'

red 15 ◦ green 221 ◦ blue 2

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

Shades of Free Speech Green #0FDD02

Tints of Free Speech Green #0FDD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 6.3%
G = 92.86%
B = 0.84%

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

#0FDD02 (or 0x0FDD02) is known color: Free Speech Green. HEX triplet: 0F, DD and 02. RGB value is (15,221,2). Sum of RGB (Red+Green+Blue) = 15+221+2=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 221 (86.72% from 255 or 92.86% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDD02 is #F022FD. Grayscale: #878787. Windows color (decimal): -15737598 or 187663. OLE color: 187663.

HSL color Cylindrical-coordinate representation of color #0FDD02: hue angle of 116.44º degrees, saturation: 0.98, 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 #0FDD02 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 221 2 -
CMYK 0.93 0 0.99 0.13
HSL 116.44º 0.98% 0.44% -
HSV(B) 116.44º 0.99% 0.87% -
XYZ 26.06 51.82 8.69 -
YUV 134.44 53.25 42.81 -
System Red Green Blue C M Y K H S L
Decimal 15 221 2 0.93 0 0.99 0.13 116.44 0.98 0.44
Hex F DD 2 5D 0 63 D 74 62 2C
Octal 17 335 2 135 0 143 15 164 142 54
Binary 1111 11011101 10 1011101 0 1100011 1101 1110100 1100010 101100

Color Harmonies of #0FDD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDD02

Black with #0FDD02

Text Example


Text Example

White with #0FDD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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