Html Css Color HEX #0CD309 Free Speech Green

📋 copy color: '#0CD309'

red 12 ◦ green 211 ◦ blue 9

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

Shades of Free Speech Green #0CD309

Tints of Free Speech Green #0CD309

RGB

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

 GREEN value IS 211 (82.81% from 255) = 90.95%

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

R = 5.17%
G = 90.95%
B = 3.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#0CD309 (or 0x0CD309) is known color: Free Speech Green. HEX triplet: 0C, D3 and 09. RGB value is (12,211,9). Sum of RGB (Red+Green+Blue) = 12+211+9=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 211 (82.81% from 255 or 90.95% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 211 - color contains mainly: green. Hex color #0CD309 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD309 is #F32CF6. Grayscale: #818181. Windows color (decimal): -15936759 or 643852. OLE color: 643852.

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

Color convert

RGB 12 211 9 -
CMYK 0.94 0 0.96 0.17
HSL 119.11º 0.92% 0.43% -
HSV(B) 119.11º 0.96% 0.83% -
XYZ 23.5 46.69 8.03 -
YUV 128.47 60.57 44.93 -
System Red Green Blue C M Y K H S L
Decimal 12 211 9 0.94 0 0.96 0.17 119.11 0.92 0.43
Hex C D3 9 5E 0 60 11 77 5C 2B
Octal 14 323 11 136 0 140 21 167 134 53
Binary 1100 11010011 1001 1011110 0 1100000 10001 1110111 1011100 101011

Color Harmonies of #0CD309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD309

Black with #0CD309

Text Example


Text Example

White with #0CD309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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