Html Css Color HEX #10CF09 Free Speech Green

📋 copy color: '#10CF09'

red 16 ◦ green 207 ◦ blue 9

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

Shades of Free Speech Green #10CF09

Tints of Free Speech Green #10CF09

RGB

 RED value IS 16 (6.64% from 255) = 6.9%

 GREEN value IS 207 (81.25% from 255) = 89.22%

 BLUE value IS 9 (3.91% from 255) = 3.88%

R = 6.9%
G = 89.22%
B = 3.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#10CF09 (or 0x10CF09) is known color: Free Speech Green. HEX triplet: 10, CF and 09. RGB value is (16,207,9). Sum of RGB (Red+Green+Blue) = 16+207+9=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 207 (81.25% from 255 or 89.22% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CF09 is #EF30F6. Grayscale: #7F7F7F. Windows color (decimal): -15675639 or 642832. OLE color: 642832.

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

Color convert

RGB 16 207 9 -
CMYK 0.92 0 0.96 0.19
HSL 117.88º 0.92% 0.42% -
HSV(B) 117.88º 0.96% 0.81% -
XYZ 22.58 44.76 7.71 -
YUV 127.32 61.22 48.6 -
System Red Green Blue C M Y K H S L
Decimal 16 207 9 0.92 0 0.96 0.19 117.88 0.92 0.42
Hex 10 CF 9 5C 0 60 13 76 5C 2A
Octal 20 317 11 134 0 140 23 166 134 52
Binary 10000 11001111 1001 1011100 0 1100000 10011 1110110 1011100 101010

Color Harmonies of #10CF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CF09

Black with #10CF09

Text Example


Text Example

White with #10CF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,207,9); }

 H1.HeaderClassName
 {
   color: #10CF09;
 }
 .AnyTagClassName
 {
   color: #10CF09;
 }
</style>

background-color css

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

 a { background-color: rgb(16,207,9); }

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

border-color css

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

 span { border-color: rgb(16,207,9); }

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