Html Css Color HEX #0ACF15 Free Speech Green

📋 copy color: '#0ACF15'

red 10 ◦ green 207 ◦ blue 21

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

Shades of Free Speech Green #0ACF15

Tints of Free Speech Green #0ACF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.82%

R = 4.2%
G = 86.97%
B = 8.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#0ACF15 (or 0x0ACF15) is known color: Free Speech Green. HEX triplet: 0A, CF and 15. RGB value is (10,207,21). Sum of RGB (Red+Green+Blue) = 10+207+21=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 207 (81.25% from 255 or 86.97% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACF15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACF15 is #F530EA. Grayscale: #7F7F7F. Windows color (decimal): -16068843 or 1429258. OLE color: 1429258.

HSL color Cylindrical-coordinate representation of color #0ACF15: hue angle of 123.35º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACF15 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 207 21 -
CMYK 0.95 0 0.90 0.19
HSL 123.35º 0.91% 0.43% -
HSV(B) 123.35º 0.95% 0.81% -
XYZ 22.57 44.74 8.16 -
YUV 126.89 68.23 44.62 -
System Red Green Blue C M Y K H S L
Decimal 10 207 21 0.95 0 0.90 0.19 123.35 0.91 0.43
Hex A CF 15 5F 0 5A 13 7B 5B 2B
Octal 12 317 25 137 0 132 23 173 133 53
Binary 1010 11001111 10101 1011111 0 1011010 10011 1111011 1011011 101011

Color Harmonies of #0ACF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACF15

Black with #0ACF15

Text Example


Text Example

White with #0ACF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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