Html Css Color HEX #12780B Green

📋 copy color: '#12780B'

red 18 ◦ green 120 ◦ blue 11

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

Shades of Green #12780B

Tints of Green #12780B

RGB

 RED value IS 18 (7.42% from 255) = 12.08%

 GREEN value IS 120 (47.27% from 255) = 80.54%

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

R = 12.08%
G = 80.54%
B = 7.38%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#12780B (or 0x12780B) is known color: Green. HEX triplet: 12, 78 and 0B. RGB value is (18,120,11). Sum of RGB (Red+Green+Blue) = 18+120+11=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 120 (47.27% from 255 or 80.54% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 120 - color contains mainly: green. Hex color #12780B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12780B is #ED87F4. Grayscale: #4D4D4D. Windows color (decimal): -15566837 or 751634. OLE color: 751634.

HSL color Cylindrical-coordinate representation of color #12780B: hue angle of 116.15º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12780B is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 120 11 -
CMYK 0.85 0 0.91 0.53
HSL 116.15º 0.83% 0.26% -
HSV(B) 116.15º 0.91% 0.47% -
XYZ 7.03 13.59 2.57 -
YUV 77.08 90.71 85.86 -
System Red Green Blue C M Y K H S L
Decimal 18 120 11 0.85 0 0.91 0.53 116.15 0.83 0.26
Hex 12 78 B 55 0 5B 35 74 53 1A
Octal 22 170 13 125 0 133 65 164 123 32
Binary 10010 1111000 1011 1010101 0 1011011 110101 1110100 1010011 11010

Color Harmonies of #12780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12780B

Black with #12780B

Text Example


Text Example

White with #12780B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12780B; }

 p { color: rgb(18,120,11); }

 H1.HeaderClassName
 {
   color: #12780B;
 }
 .AnyTagClassName
 {
   color: #12780B;
 }
</style>

background-color css

<style>
 a { background-color: #12780B; }

 a { background-color: rgb(18,120,11); }

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

border-color css

<style>
 span { border-color: #12780B; }

 span { border-color: rgb(18,120,11); }

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