Html Css Color HEX #0CFD0D Free Speech Green

📋 copy color: '#0CFD0D'

red 12 ◦ green 253 ◦ blue 13

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

Shades of Free Speech Green #0CFD0D

Tints of Free Speech Green #0CFD0D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 91.01%

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 4.32%
G = 91.01%
B = 4.68%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#0CFD0D (or 0x0CFD0D) is known color: Free Speech Green. HEX triplet: 0C, FD and 0D. RGB value is (12,253,13). Sum of RGB (Red+Green+Blue) = 12+253+13=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 253 (99.22% from 255 or 91.01% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 253 - color contains mainly: green. Hex color #0CFD0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFD0D is #F302F2. Grayscale: #9A9A9A. Windows color (decimal): -15926003 or 916748. OLE color: 916748.

HSL color Cylindrical-coordinate representation of color #0CFD0D: hue angle of 120.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFD0D is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 12 253 13 -
CMYK 0.95 0 0.95 0.01
HSL 120.25º 0.98% 0.52% -
HSV(B) 120.25º 0.95% 0.99% -
XYZ 35.35 70.36 12.1 -
YUV 153.58 48.66 27.01 -
System Red Green Blue C M Y K H S L
Decimal 12 253 13 0.95 0 0.95 0.01 120.25 0.98 0.52
Hex C FD D 5F 0 5F 1 78 62 34
Octal 14 375 15 137 0 137 1 170 142 64
Binary 1100 11111101 1101 1011111 0 1011111 1 1111000 1100010 110100

Color Harmonies of #0CFD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFD0D

Black with #0CFD0D

Text Example


Text Example

White with #0CFD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,253,13); }

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

background-color css

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

 a { background-color: rgb(12,253,13); }

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

border-color css

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

 span { border-color: rgb(12,253,13); }

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