Html Css Color HEX #06CC0D Free Speech Green

📋 copy color: '#06CC0D'

red 6 ◦ green 204 ◦ blue 13

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

Shades of Free Speech Green #06CC0D

Tints of Free Speech Green #06CC0D

RGB

 RED value IS 6 (2.73% from 255) = 2.69%

 GREEN value IS 204 (80.08% from 255) = 91.48%

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

R = 2.69%
G = 91.48%
B = 5.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#06CC0D (or 0x06CC0D) is known color: Free Speech Green. HEX triplet: 06, CC and 0D. RGB value is (6,204,13). Sum of RGB (Red+Green+Blue) = 6+204+13=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 204 (80.08% from 255 or 91.48% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 204 - color contains mainly: green. Hex color #06CC0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06CC0D is #F933F2. Grayscale: #7B7B7B. Windows color (decimal): -16331763 or 904198. OLE color: 904198.

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

Color convert

RGB 6 204 13 -
CMYK 0.97 0 0.94 0.2
HSL 122.12º 0.94% 0.41% -
HSV(B) 122.12º 0.97% 0.8% -
XYZ 21.74 43.25 7.58 -
YUV 123.02 65.9 44.53 -
System Red Green Blue C M Y K H S L
Decimal 6 204 13 0.97 0 0.94 0.2 122.12 0.94 0.41
Hex 6 CC D 61 0 5E 14 7A 5E 29
Octal 6 314 15 141 0 136 24 172 136 51
Binary 110 11001100 1101 1100001 0 1011110 10100 1111010 1011110 101001

Color Harmonies of #06CC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CC0D

Black with #06CC0D

Text Example


Text Example

White with #06CC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06CC0D;
 }
 .AnyTagClassName
 {
   color: #06CC0D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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