Html Css Color HEX #0CCA0E Free Speech Green

📋 copy color: '#0CCA0E'

red 12 ◦ green 202 ◦ blue 14

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

Shades of Free Speech Green #0CCA0E

Tints of Free Speech Green #0CCA0E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 88.6%

 BLUE value IS 14 (5.86% from 255) = 6.14%

R = 5.26%
G = 88.6%
B = 6.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#0CCA0E (or 0x0CCA0E) is known color: Free Speech Green. HEX triplet: 0C, CA and 0E. RGB value is (12,202,14). Sum of RGB (Red+Green+Blue) = 12+202+14=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 202 (79.30% from 255 or 88.60% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCA0E is #F335F1. Grayscale: #7C7C7C. Windows color (decimal): -15939058 or 969228. OLE color: 969228.

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

Color convert

RGB 12 202 14 -
CMYK 0.94 0 0.93 0.21
HSL 120.63º 0.89% 0.42% -
HSV(B) 120.63º 0.94% 0.79% -
XYZ 21.35 42.35 7.46 -
YUV 123.76 66.05 48.29 -
System Red Green Blue C M Y K H S L
Decimal 12 202 14 0.94 0 0.93 0.21 120.63 0.89 0.42
Hex C CA E 5E 0 5D 15 79 59 2A
Octal 14 312 16 136 0 135 25 171 131 52
Binary 1100 11001010 1110 1011110 0 1011101 10101 1111001 1011001 101010

Color Harmonies of #0CCA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA0E

Black with #0CCA0E

Text Example


Text Example

White with #0CCA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,202,14); }

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

background-color css

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

 a { background-color: rgb(12,202,14); }

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

border-color css

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

 span { border-color: rgb(12,202,14); }

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