Html Css Color HEX #0CFF09 Free Speech Green

📋 copy color: '#0CFF09'

red 12 ◦ green 255 ◦ blue 9

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

Shades of Free Speech Green #0CFF09

Tints of Free Speech Green #0CFF09

RGB

 RED value IS 12 (5.08% from 255) = 4.35%

 GREEN value IS 255 (100% from 255) = 92.39%

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

R = 4.35%
G = 92.39%
B = 3.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#0CFF09 (or 0x0CFF09) is known color: Free Speech Green. HEX triplet: 0C, FF and 09. RGB value is (12,255,9). Sum of RGB (Red+Green+Blue) = 12+255+9=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 255 (100% from 255 or 92.39% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFF09 is #F300F6. Grayscale: #9B9B9B. Windows color (decimal): -15925495 or 655116. OLE color: 655116.

HSL color Cylindrical-coordinate representation of color #0CFF09: hue angle of 119.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0CFF09 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 12 255 9 -
CMYK 0.95 0 0.96 0
HSL 119.27º 1% 0.52% -
HSV(B) 119.27º 0.96% 1% -
XYZ 35.96 71.62 12.19 -
YUV 154.3 45.99 26.5 -
System Red Green Blue C M Y K H S L
Decimal 12 255 9 0.95 0 0.96 0 119.27 1 0.52
Hex C FF 9 5F 0 60 0 77 64 34
Octal 14 377 11 137 0 140 0 167 144 64
Binary 1100 11111111 1001 1011111 0 1100000 0 1110111 1100100 110100

Color Harmonies of #0CFF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFF09

Black with #0CFF09

Text Example


Text Example

White with #0CFF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CFF09; }

 p { color: rgb(12,255,9); }

 H1.HeaderClassName
 {
   color: #0CFF09;
 }
 .AnyTagClassName
 {
   color: #0CFF09;
 }
</style>

background-color css

<style>
 a { background-color: #0CFF09; }

 a { background-color: rgb(12,255,9); }

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

border-color css

<style>
 span { border-color: #0CFF09; }

 span { border-color: rgb(12,255,9); }

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