Html Css Color HEX #0CEF01 Free Speech Green

📋 copy color: '#0CEF01'

red 12 ◦ green 239 ◦ blue 1

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

Shades of Free Speech Green #0CEF01

Tints of Free Speech Green #0CEF01

RGB

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

 GREEN value IS 239 (93.75% from 255) = 94.84%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 4.76%
G = 94.84%
B = 0.4%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#0CEF01 (or 0x0CEF01) is known color: Free Speech Green. HEX triplet: 0C, EF and 01. RGB value is (12,239,1). Sum of RGB (Red+Green+Blue) = 12+239+1=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 239 (93.75% from 255 or 94.84% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 239 - color contains mainly: green. Hex color #0CEF01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CEF01 is #F310FE. Grayscale: #909090. Windows color (decimal): -15929599 or 126732. OLE color: 126732.

HSL color Cylindrical-coordinate representation of color #0CEF01: hue angle of 117.23º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CEF01 is Cyan = 0.95, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 12 239 1 -
CMYK 0.95 0 1.00 0.06
HSL 117.23º 0.99% 0.47% -
HSV(B) 117.23º 1% 0.94% -
XYZ 31.02 61.81 10.32 -
YUV 144 47.29 33.85 -
System Red Green Blue C M Y K H S L
Decimal 12 239 1 0.95 0 1.00 0.06 117.23 0.99 0.47
Hex C EF 1 5F 0 64 6 75 63 2F
Octal 14 357 1 137 0 144 6 165 143 57
Binary 1100 11101111 1 1011111 0 1100100 110 1110101 1100011 101111

Color Harmonies of #0CEF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEF01

Black with #0CEF01

Text Example


Text Example

White with #0CEF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,239,1); }

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

background-color css

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

 a { background-color: rgb(12,239,1); }

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

border-color css

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

 span { border-color: rgb(12,239,1); }

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