Html Css Color HEX #0CC80F Free Speech Green

📋 copy color: '#0CC80F'

red 12 ◦ green 200 ◦ blue 15

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

Shades of Free Speech Green #0CC80F

Tints of Free Speech Green #0CC80F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 88.11%

 BLUE value IS 15 (6.25% from 255) = 6.61%

R = 5.29%
G = 88.11%
B = 6.61%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#0CC80F (or 0x0CC80F) is known color: Free Speech Green. HEX triplet: 0C, C8 and 0F. RGB value is (12,200,15). Sum of RGB (Red+Green+Blue) = 12+200+15=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 200 (78.52% from 255 or 88.11% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC80F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC80F is #F337F0. Grayscale: #7B7B7B. Windows color (decimal): -15939569 or 1034252. OLE color: 1034252.

HSL color Cylindrical-coordinate representation of color #0CC80F: hue angle of 120.96º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC80F is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 12 200 15 -
CMYK 0.94 0 0.92 0.22
HSL 120.96º 0.89% 0.42% -
HSV(B) 120.96º 0.94% 0.78% -
XYZ 20.89 41.42 7.35 -
YUV 122.7 67.22 49.04 -
System Red Green Blue C M Y K H S L
Decimal 12 200 15 0.94 0 0.92 0.22 120.96 0.89 0.42
Hex C C8 F 5E 0 5C 16 79 59 2A
Octal 14 310 17 136 0 134 26 171 131 52
Binary 1100 11001000 1111 1011110 0 1011100 10110 1111001 1011001 101010

Color Harmonies of #0CC80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC80F

Black with #0CC80F

Text Example


Text Example

White with #0CC80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,200,15); }

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

background-color css

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

 a { background-color: rgb(12,200,15); }

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

border-color css

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

 span { border-color: rgb(12,200,15); }

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