Html Css Color HEX #0CDA09 Free Speech Green

📋 copy color: '#0CDA09'

red 12 ◦ green 218 ◦ blue 9

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

Shades of Free Speech Green #0CDA09

Tints of Free Speech Green #0CDA09

RGB

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

 GREEN value IS 218 (85.55% from 255) = 91.21%

 BLUE value IS 9 (3.91% from 255) = 3.77%

R = 5.02%
G = 91.21%
B = 3.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#0CDA09 (or 0x0CDA09) is known color: Free Speech Green. HEX triplet: 0C, DA and 09. RGB value is (12,218,9). Sum of RGB (Red+Green+Blue) = 12+218+9=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 218 (85.55% from 255 or 91.21% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 218 - color contains mainly: green. Hex color #0CDA09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CDA09 is #F325F6. Grayscale: #858585. Windows color (decimal): -15934967 or 645644. OLE color: 645644.

HSL color Cylindrical-coordinate representation of color #0CDA09: hue angle of 119.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0CDA09 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 218 9 -
CMYK 0.94 0 0.96 0.15
HSL 119.14º 0.92% 0.45% -
HSV(B) 119.14º 0.96% 0.85% -
XYZ 25.27 50.24 8.62 -
YUV 132.58 58.25 41.99 -
System Red Green Blue C M Y K H S L
Decimal 12 218 9 0.94 0 0.96 0.15 119.14 0.92 0.45
Hex C DA 9 5E 0 60 F 77 5C 2D
Octal 14 332 11 136 0 140 17 167 134 55
Binary 1100 11011010 1001 1011110 0 1100000 1111 1110111 1011100 101101

Color Harmonies of #0CDA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDA09

Black with #0CDA09

Text Example


Text Example

White with #0CDA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,218,9); }

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

background-color css

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

 a { background-color: rgb(12,218,9); }

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

border-color css

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

 span { border-color: rgb(12,218,9); }

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