Html Css Color HEX #0ACF09 Free Speech Green

📋 copy color: '#0ACF09'

red 10 ◦ green 207 ◦ blue 9

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

Shades of Free Speech Green #0ACF09

Tints of Free Speech Green #0ACF09

RGB

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

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

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

R = 4.42%
G = 91.59%
B = 3.98%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#0ACF09 (or 0x0ACF09) is known color: Free Speech Green. HEX triplet: 0A, CF and 09. RGB value is (10,207,9). Sum of RGB (Red+Green+Blue) = 10+207+9=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 207 (81.25% from 255 or 91.59% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACF09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACF09 is #F530F6. Grayscale: #7E7E7E. Windows color (decimal): -16068855 or 642826. OLE color: 642826.

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

Color convert

RGB 10 207 9 -
CMYK 0.95 0 0.96 0.19
HSL 119.7º 0.92% 0.42% -
HSV(B) 119.7º 0.96% 0.81% -
XYZ 22.49 44.71 7.7 -
YUV 125.53 62.23 45.6 -
System Red Green Blue C M Y K H S L
Decimal 10 207 9 0.95 0 0.96 0.19 119.7 0.92 0.42
Hex A CF 9 5F 0 60 13 78 5C 2A
Octal 12 317 11 137 0 140 23 170 134 52
Binary 1010 11001111 1001 1011111 0 1100000 10011 1111000 1011100 101010

Color Harmonies of #0ACF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACF09

Black with #0ACF09

Text Example


Text Example

White with #0ACF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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