Html Css Color HEX #0CDB09 Free Speech Green

📋 copy color: '#0CDB09'

red 12 ◦ green 219 ◦ blue 9

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

Shades of Free Speech Green #0CDB09

Tints of Free Speech Green #0CDB09

RGB

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

 GREEN value IS 219 (85.94% from 255) = 91.25%

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

R = 5%
G = 91.25%
B = 3.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#0CDB09 (or 0x0CDB09) is known color: Free Speech Green. HEX triplet: 0C, DB and 09. RGB value is (12,219,9). Sum of RGB (Red+Green+Blue) = 12+219+9=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 219 (85.94% from 255 or 91.25% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CDB09 is #F324F6. Grayscale: #858585. Windows color (decimal): -15934711 or 645900. OLE color: 645900.

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

Color convert

RGB 12 219 9 -
CMYK 0.95 0 0.96 0.14
HSL 119.14º 0.92% 0.45% -
HSV(B) 119.14º 0.96% 0.86% -
XYZ 25.53 50.76 8.71 -
YUV 133.17 57.92 41.58 -
System Red Green Blue C M Y K H S L
Decimal 12 219 9 0.95 0 0.96 0.14 119.14 0.92 0.45
Hex C DB 9 5F 0 60 E 77 5C 2D
Octal 14 333 11 137 0 140 16 167 134 55
Binary 1100 11011011 1001 1011111 0 1100000 1110 1110111 1011100 101101

Color Harmonies of #0CDB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDB09

Black with #0CDB09

Text Example


Text Example

White with #0CDB09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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