Html Css Color HEX #0CC908 Free Speech Green

📋 copy color: '#0CC908'

red 12 ◦ green 201 ◦ blue 8

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

Shades of Free Speech Green #0CC908

Tints of Free Speech Green #0CC908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.62%

R = 5.43%
G = 90.95%
B = 3.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#0CC908 (or 0x0CC908) is known color: Free Speech Green. HEX triplet: 0C, C9 and 08. RGB value is (12,201,8). Sum of RGB (Red+Green+Blue) = 12+201+8=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 201 (78.91% from 255 or 90.95% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC908 is #F336F7. Grayscale: #7B7B7B. Windows color (decimal): -15939320 or 575756. OLE color: 575756.

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

Color convert

RGB 12 201 8 -
CMYK 0.94 0 0.96 0.21
HSL 118.76º 0.92% 0.41% -
HSV(B) 118.76º 0.96% 0.79% -
XYZ 21.08 41.87 7.2 -
YUV 122.49 63.38 49.19 -
System Red Green Blue C M Y K H S L
Decimal 12 201 8 0.94 0 0.96 0.21 118.76 0.92 0.41
Hex C C9 8 5E 0 60 15 77 5C 29
Octal 14 311 10 136 0 140 25 167 134 51
Binary 1100 11001001 1000 1011110 0 1100000 10101 1110111 1011100 101001

Color Harmonies of #0CC908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC908

Black with #0CC908

Text Example


Text Example

White with #0CC908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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