#0CCD02

Color #0CCD02 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0CCD02

Tints of Free Speech Green #0CCD02

Color information

#0CCD02 (or 0x0CCD02) is unknown color: approx Free Speech Green. HEX triplet: 0C, CD and 02. RGB value is (12,205,2). Sum of RGB (Red+Green+Blue) = 12+205+2=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 205 (80.47% from 255 or 93.61% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCD02 is #F332FD. Grayscale: #7C7C7C. Windows color (decimal): -15938302 or 183564. OLE color: 183564.

HSL color Cylindrical-coordinate representation of color #0CCD02: hue angle of 117.04º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CCD02 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB122052-
CMYK0.9400.990.20
HSL117.04º98.07%40.59%-
HSV(B)117.04º99.02%80.39%-
XYZ21.9943.757.34-
YUV124.1559.0648.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.48%
GREEN value IS 205 (80.47% from 255) = 93.61%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=5.48%
G=93.61%
B=0.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1220520.9400.990.20117.0498.0740.59
HexCCD25E06314756229
Octal14315213601432416514251
Binary110011001101101011110011000111010011101011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,205,2); }

 H1.HeaderClassName
 {
   color: #0CCD02;
 }
 .AnyTagClassName
 {
   color: #0CCD02;
 }
</style>
background-color css

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

 a { background-color: rgb(12,205,2); }

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

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

 span { border-color: rgb(12,205,2); }

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