#06CE0D

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

Shades of Free Speech Green #06CE0D

Tints of Free Speech Green #06CE0D

Color information

#06CE0D (or 0x06CE0D) is unknown color: approx Free Speech Green. HEX triplet: 06, CE and 0D. RGB value is (6,206,13). Sum of RGB (Red+Green+Blue) = 6+206+13=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 206 (80.86% from 255 or 91.56% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 206 - color contains mainly: green. Hex color #06CE0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06CE0D is #F931F2. Grayscale: #7C7C7C. Windows color (decimal): -16331251 or 904710. OLE color: 904710.

HSL color Cylindrical-coordinate representation of color #06CE0D: hue angle of 122.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CE0D is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB620613-
CMYK0.9700.940.19
HSL122.1º94.34%41.57%-
HSV(B)122.1º97.09%80.78%-
XYZ22.2244.217.74-
YUV124.265.2443.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 206 (80.86% from 255) = 91.56%
BLUE value IS 13 (5.47% from 255) = 5.78%
R=2.67%
G=91.56%
B=5.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal6206130.9700.940.19122.194.3441.57
Hex6CED6105E137a5e2a
Octal63161514101362317213652
Binary1101100111011011100001010111101001111110101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06CE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06CE0D; }

 p { color: rgb(6,206,13); }

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

<style>
 a { background-color: #06CE0D; }

 a { background-color: rgb(6,206,13); }

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

<style>
 span { border-color: #06CE0D; }

 span { border-color: rgb(6,206,13); }

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