Html Css Color HEX #0CD619 Free Speech Green

📋 copy color: '#0CD619'

red 12 ◦ green 214 ◦ blue 25

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

Shades of Free Speech Green #0CD619

Tints of Free Speech Green #0CD619

RGB

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

 GREEN value IS 214 (83.98% from 255) = 85.26%

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 4.78%
G = 85.26%
B = 9.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#0CD619 (or 0x0CD619) is known color: Free Speech Green. HEX triplet: 0C, D6 and 19. RGB value is (12,214,25). Sum of RGB (Red+Green+Blue) = 12+214+25=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 214 (83.98% from 255 or 85.26% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 214 - color contains mainly: green. Hex color #0CD619 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD619 is #F329E6. Grayscale: #848484. Windows color (decimal): -15935975 or 1693196. OLE color: 1693196.

HSL color Cylindrical-coordinate representation of color #0CD619: hue angle of 123.86º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD619 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 214 25 -
CMYK 0.94 0 0.88 0.16
HSL 123.86º 0.89% 0.44% -
HSV(B) 123.86º 0.94% 0.84% -
XYZ 24.37 48.24 8.95 -
YUV 132.06 67.58 42.37 -
System Red Green Blue C M Y K H S L
Decimal 12 214 25 0.94 0 0.88 0.16 123.86 0.89 0.44
Hex C D6 19 5E 0 58 10 7C 59 2C
Octal 14 326 31 136 0 130 20 174 131 54
Binary 1100 11010110 11001 1011110 0 1011000 10000 1111100 1011001 101100

Color Harmonies of #0CD619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD619

Black with #0CD619

Text Example


Text Example

White with #0CD619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,214,25); }

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

background-color css

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

 a { background-color: rgb(12,214,25); }

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

border-color css

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

 span { border-color: rgb(12,214,25); }

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