Html Css Color HEX #0CC90B Free Speech Green

📋 copy color: '#0CC90B'

red 12 ◦ green 201 ◦ blue 11

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

Shades of Free Speech Green #0CC90B

Tints of Free Speech Green #0CC90B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 89.73%

 BLUE value IS 11 (4.69% from 255) = 4.91%

R = 5.36%
G = 89.73%
B = 4.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#0CC90B (or 0x0CC90B) is known color: Free Speech Green. HEX triplet: 0C, C9 and 0B. RGB value is (12,201,11). Sum of RGB (Red+Green+Blue) = 12+201+11=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 201 (78.91% from 255 or 89.73% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC90B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC90B is #F336F4. Grayscale: #7B7B7B. Windows color (decimal): -15939317 or 772364. OLE color: 772364.

HSL color Cylindrical-coordinate representation of color #0CC90B: hue angle of 119.68º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CC90B is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 201 11 -
CMYK 0.94 0 0.95 0.21
HSL 119.68º 0.9% 0.42% -
HSV(B) 119.68º 0.95% 0.79% -
XYZ 21.1 41.88 7.29 -
YUV 122.83 64.88 48.95 -
System Red Green Blue C M Y K H S L
Decimal 12 201 11 0.94 0 0.95 0.21 119.68 0.9 0.42
Hex C C9 B 5E 0 5F 15 78 5A 2A
Octal 14 311 13 136 0 137 25 170 132 52
Binary 1100 11001001 1011 1011110 0 1011111 10101 1111000 1011010 101010

Color Harmonies of #0CC90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC90B

Black with #0CC90B

Text Example


Text Example

White with #0CC90B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,201,11); }

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

background-color css

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

 a { background-color: rgb(12,201,11); }

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

border-color css

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

 span { border-color: rgb(12,201,11); }

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