Html Css Color HEX #0CCB11 Free Speech Green

📋 copy color: '#0CCB11'

red 12 ◦ green 203 ◦ blue 17

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

Shades of Free Speech Green #0CCB11

Tints of Free Speech Green #0CCB11

RGB

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

 GREEN value IS 203 (79.69% from 255) = 87.5%

 BLUE value IS 17 (7.03% from 255) = 7.33%

R = 5.17%
G = 87.5%
B = 7.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#0CCB11 (or 0x0CCB11) is known color: Free Speech Green. HEX triplet: 0C, CB and 11. RGB value is (12,203,17). Sum of RGB (Red+Green+Blue) = 12+203+17=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 203 (79.69% from 255 or 87.5% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCB11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCB11 is #F334EE. Grayscale: #7D7D7D. Windows color (decimal): -15938799 or 1166092. OLE color: 1166092.

HSL color Cylindrical-coordinate representation of color #0CCB11: hue angle of 121.57º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCB11 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 203 17 -
CMYK 0.94 0 0.92 0.20
HSL 121.57º 0.89% 0.42% -
HSV(B) 121.57º 0.94% 0.8% -
XYZ 21.61 42.83 7.66 -
YUV 124.69 67.22 47.62 -
System Red Green Blue C M Y K H S L
Decimal 12 203 17 0.94 0 0.92 0.20 121.57 0.89 0.42
Hex C CB 11 5E 0 5C 14 7A 59 2A
Octal 14 313 21 136 0 134 24 172 131 52
Binary 1100 11001011 10001 1011110 0 1011100 10100 1111010 1011001 101010

Color Harmonies of #0CCB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCB11

Black with #0CCB11

Text Example


Text Example

White with #0CCB11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,203,17); }

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

background-color css

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

 a { background-color: rgb(12,203,17); }

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

border-color css

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

 span { border-color: rgb(12,203,17); }

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