Html Css Color HEX #09CF0E Free Speech Green

📋 copy color: '#09CF0E'

red 9 ◦ green 207 ◦ blue 14

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

Shades of Free Speech Green #09CF0E

Tints of Free Speech Green #09CF0E

RGB

 RED value IS 9 (3.91% from 255) = 3.91%

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

 BLUE value IS 14 (5.86% from 255) = 6.09%

R = 3.91%
G = 90%
B = 6.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#09CF0E (or 0x09CF0E) is known color: Free Speech Green. HEX triplet: 09, CF and 0E. RGB value is (9,207,14). Sum of RGB (Red+Green+Blue) = 9+207+14=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 207 (81.25% from 255 or 90% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 207 - color contains mainly: green. Hex color #09CF0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CF0E is #F630F1. Grayscale: #7E7E7E. Windows color (decimal): -16134386 or 970505. OLE color: 970505.

HSL color Cylindrical-coordinate representation of color #09CF0E: hue angle of 121.52º 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 #09CF0E is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 207 14 -
CMYK 0.96 0 0.93 0.19
HSL 121.52º 0.92% 0.42% -
HSV(B) 121.52º 0.96% 0.81% -
XYZ 22.5 44.72 7.86 -
YUV 125.8 64.9 44.69 -
System Red Green Blue C M Y K H S L
Decimal 9 207 14 0.96 0 0.93 0.19 121.52 0.92 0.42
Hex 9 CF E 60 0 5D 13 7A 5C 2A
Octal 11 317 16 140 0 135 23 172 134 52
Binary 1001 11001111 1110 1100000 0 1011101 10011 1111010 1011100 101010

Color Harmonies of #09CF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CF0E

Black with #09CF0E

Text Example


Text Example

White with #09CF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09CF0E; }

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

 H1.HeaderClassName
 {
   color: #09CF0E;
 }
 .AnyTagClassName
 {
   color: #09CF0E;
 }
</style>

background-color css

<style>
 a { background-color: #09CF0E; }

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

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

border-color css

<style>
 span { border-color: #09CF0E; }

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

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