Html Css Color HEX #0CFA09 Free Speech Green

📋 copy color: '#0CFA09'

red 12 ◦ green 250 ◦ blue 9

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

Shades of Free Speech Green #0CFA09

Tints of Free Speech Green #0CFA09

RGB

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

 GREEN value IS 250 (98.05% from 255) = 92.25%

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

R = 4.43%
G = 92.25%
B = 3.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#0CFA09 (or 0x0CFA09) is known color: Free Speech Green. HEX triplet: 0C, FA and 09. RGB value is (12,250,9). Sum of RGB (Red+Green+Blue) = 12+250+9=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 250 (98.05% from 255 or 92.25% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFA09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFA09 is #F305F6. Grayscale: #989898. Windows color (decimal): -15926775 or 653836. OLE color: 653836.

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

Color convert

RGB 12 250 9 -
CMYK 0.95 0 0.96 0.02
HSL 119.25º 0.96% 0.51% -
HSV(B) 119.25º 0.96% 0.98% -
XYZ 34.39 68.47 11.66 -
YUV 151.36 47.65 28.6 -
System Red Green Blue C M Y K H S L
Decimal 12 250 9 0.95 0 0.96 0.02 119.25 0.96 0.51
Hex C FA 9 5F 0 60 2 77 60 33
Octal 14 372 11 137 0 140 2 167 140 63
Binary 1100 11111010 1001 1011111 0 1100000 10 1110111 1100000 110011

Color Harmonies of #0CFA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFA09

Black with #0CFA09

Text Example


Text Example

White with #0CFA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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