Html Css Color HEX #0ACF01 Free Speech Green

📋 copy color: '#0ACF01'

red 10 ◦ green 207 ◦ blue 1

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

Shades of Free Speech Green #0ACF01

Tints of Free Speech Green #0ACF01

RGB

 RED value IS 10 (4.3% from 255) = 4.59%

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

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

R = 4.59%
G = 94.95%
B = 0.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#0ACF01 (or 0x0ACF01) is known color: Free Speech Green. HEX triplet: 0A, CF and 01. RGB value is (10,207,1). Sum of RGB (Red+Green+Blue) = 10+207+1=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 207 (81.25% from 255 or 94.95% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACF01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACF01 is #F530FE. Grayscale: #7D7D7D. Windows color (decimal): -16068863 or 118538. OLE color: 118538.

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

Color convert

RGB 10 207 1 -
CMYK 0.95 0 1.00 0.19
HSL 117.38º 0.99% 0.41% -
HSV(B) 117.38º 1% 0.81% -
XYZ 22.44 44.69 7.47 -
YUV 124.61 58.23 46.25 -
System Red Green Blue C M Y K H S L
Decimal 10 207 1 0.95 0 1.00 0.19 117.38 0.99 0.41
Hex A CF 1 5F 0 64 13 75 63 29
Octal 12 317 1 137 0 144 23 165 143 51
Binary 1010 11001111 1 1011111 0 1100100 10011 1110101 1100011 101001

Color Harmonies of #0ACF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACF01

Black with #0ACF01

Text Example


Text Example

White with #0ACF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,207,1); }

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

background-color css

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

 a { background-color: rgb(10,207,1); }

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

border-color css

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

 span { border-color: rgb(10,207,1); }

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