Html Css Color HEX #0CC90A Free Speech Green

📋 copy color: '#0CC90A'

red 12 ◦ green 201 ◦ blue 10

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

Shades of Free Speech Green #0CC90A

Tints of Free Speech Green #0CC90A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.48%

R = 5.38%
G = 90.13%
B = 4.48%

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

#0CC90A (or 0x0CC90A) is known color: Free Speech Green. HEX triplet: 0C, C9 and 0A. RGB value is (12,201,10). Sum of RGB (Red+Green+Blue) = 12+201+10=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 201 (78.91% from 255 or 90.13% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC90A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC90A is #F336F5. Grayscale: #7B7B7B. Windows color (decimal): -15939318 or 706828. OLE color: 706828.

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

Color convert

RGB 12 201 10 -
CMYK 0.94 0 0.95 0.21
HSL 119.37º 0.91% 0.41% -
HSV(B) 119.37º 0.95% 0.79% -
XYZ 21.09 41.87 7.26 -
YUV 122.72 64.38 49.03 -
System Red Green Blue C M Y K H S L
Decimal 12 201 10 0.94 0 0.95 0.21 119.37 0.91 0.41
Hex C C9 A 5E 0 5F 15 77 5B 29
Octal 14 311 12 136 0 137 25 167 133 51
Binary 1100 11001001 1010 1011110 0 1011111 10101 1110111 1011011 101001

Color Harmonies of #0CC90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC90A

Black with #0CC90A

Text Example


Text Example

White with #0CC90A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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