Html Css Color HEX #0CCD02 Free Speech Green

📋 copy color: '#0CCD02'

red 12 ◦ green 205 ◦ blue 2

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

Shades of Free Speech Green #0CCD02

Tints of Free Speech Green #0CCD02

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 value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#0CCD02 (or 0x0CCD02) is known color: 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

RGB 12 205 2 -
CMYK 0.94 0 0.99 0.20
HSL 117.04º 0.98% 0.41% -
HSV(B) 117.04º 0.99% 0.8% -
XYZ 21.99 43.75 7.34 -
YUV 124.15 59.06 48.01 -
System Red Green Blue C M Y K H S L
Decimal 12 205 2 0.94 0 0.99 0.20 117.04 0.98 0.41
Hex C CD 2 5E 0 63 14 75 62 29
Octal 14 315 2 136 0 143 24 165 142 51
Binary 1100 11001101 10 1011110 0 1100011 10100 1110101 1100010 101001

Color Harmonies of #0CCD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCD02

Black with #0CCD02

Text Example


Text Example

White with #0CCD02

Text Example


Text Example

HTML Codes & Css Web 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>