Html Css Color HEX #0FDE0D Free Speech Green

📋 copy color: '#0FDE0D'

red 15 ◦ green 222 ◦ blue 13

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

Shades of Free Speech Green #0FDE0D

Tints of Free Speech Green #0FDE0D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 88.8%

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 6%
G = 88.8%
B = 5.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#0FDE0D (or 0x0FDE0D) is known color: Free Speech Green. HEX triplet: 0F, DE and 0D. RGB value is (15,222,13). Sum of RGB (Red+Green+Blue) = 15+222+13=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 222 (87.11% from 255 or 88.8% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDE0D is #F021F2. Grayscale: #888888. Windows color (decimal): -15737331 or 908815. OLE color: 908815.

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

Color convert

RGB 15 222 13 -
CMYK 0.93 0 0.94 0.13
HSL 119.43º 0.89% 0.46% -
HSV(B) 119.43º 0.94% 0.87% -
XYZ 26.39 52.37 9.1 -
YUV 136.28 58.42 41.49 -
System Red Green Blue C M Y K H S L
Decimal 15 222 13 0.93 0 0.94 0.13 119.43 0.89 0.46
Hex F DE D 5D 0 5E D 77 59 2E
Octal 17 336 15 135 0 136 15 167 131 56
Binary 1111 11011110 1101 1011101 0 1011110 1101 1110111 1011001 101110

Color Harmonies of #0FDE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDE0D

Black with #0FDE0D

Text Example


Text Example

White with #0FDE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,222,13); }

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

background-color css

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

 a { background-color: rgb(15,222,13); }

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

border-color css

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

 span { border-color: rgb(15,222,13); }

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