Html Css Color HEX #10E309 Free Speech Green

📋 copy color: '#10E309'

red 16 ◦ green 227 ◦ blue 9

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

Shades of Free Speech Green #10E309

Tints of Free Speech Green #10E309

RGB

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

 GREEN value IS 227 (89.06% from 255) = 90.08%

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

R = 6.35%
G = 90.08%
B = 3.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#10E309 (or 0x10E309) is known color: Free Speech Green. HEX triplet: 10, E3 and 09. RGB value is (16,227,9). Sum of RGB (Red+Green+Blue) = 16+227+9=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 227 (89.06% from 255 or 90.08% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 227 - color contains mainly: green. Hex color #10E309 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10E309 is #EF1CF6. Grayscale: #8B8B8B. Windows color (decimal): -15670519 or 647952. OLE color: 647952.

HSL color Cylindrical-coordinate representation of color #10E309: hue angle of 118.07º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10E309 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 16 227 9 -
CMYK 0.93 0 0.96 0.11
HSL 118.07º 0.92% 0.46% -
HSV(B) 118.07º 0.96% 0.89% -
XYZ 27.73 55.07 9.43 -
YUV 139.06 54.6 40.23 -
System Red Green Blue C M Y K H S L
Decimal 16 227 9 0.93 0 0.96 0.11 118.07 0.92 0.46
Hex 10 E3 9 5D 0 60 B 76 5C 2E
Octal 20 343 11 135 0 140 13 166 134 56
Binary 10000 11100011 1001 1011101 0 1100000 1011 1110110 1011100 101110

Color Harmonies of #10E309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E309

Black with #10E309

Text Example


Text Example

White with #10E309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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