#10D60D

Color #10D60D Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #10D60D

Tints of Free Speech Green #10D60D

Color information

#10D60D (or 0x10D60D) is unknown color: approx Free Speech Green. HEX triplet: 10, D6 and 0D. RGB value is (16,214,13). Sum of RGB (Red+Green+Blue) = 16+214+13=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 214 (83.98% from 255 or 88.07% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 214 - color contains mainly: green. Hex color #10D60D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D60D is #EF29F2. Grayscale: #848484. Windows color (decimal): -15673843 or 906768. OLE color: 906768.

HSL color Cylindrical-coordinate representation of color #10D60D: hue angle of 119.1º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10D60D is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB1621413-
CMYK0.9300.940.16
HSL119.1º88.55%44.51%-
HSV(B)119.1º93.93%83.92%-
XYZ24.3348.238.41-
YUV131.8860.945.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.58%
GREEN value IS 214 (83.98% from 255) = 88.07%
BLUE value IS 13 (5.47% from 255) = 5.35%
R=6.58%
G=88.07%
B=5.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal16214130.9300.940.16119.188.5544.51
Hex10D6D5D05E1077592d
Octal203261513501362016713155
Binary100001101011011011011101010111101000011101111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10D60D; }

 p { color: rgb(16,214,13); }

 H1.HeaderClassName
 {
   color: #10D60D;
 }
 .AnyTagClassName
 {
   color: #10D60D;
 }
</style>
background-color css

<style>
 a { background-color: #10D60D; }

 a { background-color: rgb(16,214,13); }

 div.DivClassName
 {
   background-color: #10D60D;
 }
 .BgClassName
 {
   background-color: #10D60D;
 }
</style>
border-color css

<style>
 span { border-color: #10D60D; }

 span { border-color: rgb(16,214,13); }

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